File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ FillArraysSparseArraysExt = "SparseArrays"
17
17
FillArraysStatisticsExt = " Statistics"
18
18
19
19
[compat ]
20
- Aqua = " 0.7 "
20
+ Aqua = " 0.8 "
21
21
Base64 = " 1.6"
22
22
LinearAlgebra = " 1.6"
23
23
Random = " 1.6"
24
24
ReverseDiff = " 1"
25
25
SparseArrays = " 1.6"
26
+ StaticArrays = " 1"
26
27
Statistics = " 1.6"
27
28
Test = " 1.6"
28
29
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ using Aqua
6
6
Aqua. test_all (FillArrays;
7
7
# https://github.com/JuliaArrays/FillArrays.jl/issues/105#issuecomment-1582516319
8
8
ambiguities= (; broken= true ),
9
- # only test formatting on VERSION >= v1.7
10
- # https://github.com/JuliaTesting/Aqua.jl/issues/208
11
- project_toml_formatting= VERSION >= v " 1.7"
12
9
)
13
10
end
14
11
You can’t perform that action at this time.
0 commit comments