Skip to content

Commit

Permalink
Bump Aqua to 0.8 and use more defaults (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Nov 17, 2023
1 parent f4cd5f8 commit 098637f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ using Aqua
Aqua.test_all(
Nemo;
ambiguities=false, # TODO: fix ambiguities
unbound_args=true,
undefined_exports=true,
project_extras=true,
stale_deps=true,
deps_compat=true,
project_toml_formatting=true,
piracy=false # TODO: fix piracy
piracies=false # TODO: fix piracy
)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"
Aqua = "0.8.2"
InteractiveUtils = "1.6"
Test = "1.6"

0 comments on commit 098637f

Please sign in to comment.