File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ package = skip
2323deps =
2424 flake8 ==7.3.0
2525 flake8-bugbear ==24.12.12
26- black ==25.9.0
27- blacken-docs
28- isort ==5.13.2
26+ black ==25.1.0
27+ blackdoc ==0.4.2
28+ isort
29+
2930commands =
3031 flake8 --extend-exclude " */build/*" src tests
3132 black --check --diff src tests
32- blacken-docs --check --rst-literal-blocks src tests
33+ blackdoc --check --diff src tests
3334 isort --check-only --diff --extend-skip-glob " */build/*" src tests
3435
3536[testenv:build]
@@ -52,9 +53,9 @@ commands =
5253description = Abuse tox to do actual formatting on all files.
5354package = skip
5455deps =
55- black ==23.10.1
56- blackdoc ==0.3.10
57- isort ==5.13.2
56+ black ==25.1.0
57+ blackdoc ==0.4.2
58+ isort
5859commands =
5960 black src tests
6061 blackdoc src tests
You can’t perform that action at this time.
0 commit comments