Skip to content

Commit 7700d68

Browse files
committed
make tox black version the same as precommit.yaml version
1 parent a58fc70 commit 7700d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands =
1616
[testenv:black]
1717
basepython = python3
1818
skip_install = true
19-
deps = black==22.3.0
19+
deps = black==25.12.0
2020
commands = black --check src test scripts {posargs}
2121

2222
[pytest]

0 commit comments

Comments
 (0)