We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e173980 commit e2bd442Copy full SHA for e2bd442
Project.toml
@@ -17,6 +17,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
17
SparseArrayKitSparseArrays = "SparseArrays"
18
19
[compat]
20
+Aqua = "0.8"
21
PackageExtensionCompat = "1"
22
TensorOperations = "5"
23
TupleTools = "1.1"
test/runtests.jl
@@ -13,7 +13,6 @@ include("contractions.jl")
13
module AquaSparseArrayKit
14
using SparseArrayKit, Aqua, Test
15
@testset "Aqua" verbose = true begin
16
- Aqua.test_all(SparseArrayKit;
- project_toml_formatting=(VERSION >= v"1.9"))
+ Aqua.test_all(SparseArrayKit)
end
0 commit comments