Skip to content

Commit 2ee309c

Browse files
authored
Update dependencies in tox.ini for formatting tools
1 parent 861f18e commit 2ee309c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tox.ini

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ package = skip
2323
deps =
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+
2930
commands =
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 =
5253
description = Abuse tox to do actual formatting on all files.
5354
package = skip
5455
deps =
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
5859
commands =
5960
black src tests
6061
blackdoc src tests

0 commit comments

Comments
 (0)