diff --git a/test/Project.toml b/test/Project.toml index 046f634..0b269ba 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -10,6 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Typstry = "f0ed7684-a786-439e-b1e3-3b82803b501e" [compat] +Aqua = "0.8" Documenter = "1" ExplicitImports = "1.6" julia = "1.10" diff --git a/test/utilities/TestExplicitImports.jl b/test/utilities/TestExplicitImports.jl index e528b7d..422188b 100644 --- a/test/utilities/TestExplicitImports.jl +++ b/test/utilities/TestExplicitImports.jl @@ -13,7 +13,7 @@ using Test: @test using Typstry: Typstry @test isnothing(check_all_explicit_imports_are_public(Typstry; ignore = ( - :MD, :Stateful, :compile_workload, :escape_raw_string, :parse))) + :MD, :Stateful, :compile_workload, :parse))) for check in [ check_all_explicit_imports_via_owners,