Skip to content

Commit 5bafa78

Browse files
committed
Black fix version
1 parent 10b40e8 commit 5bafa78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ commands = pylint {[base]linting_targets}
3737
basepython = python3
3838
target-version = [ "py311" ]
3939
skip_install = true
40-
deps = black
40+
deps = black==25.1.0
4141
commands = black --check --diff {[base]linting_targets} --exclude __pycache__
4242

4343
[testenv:black_fmt]
4444
basepython = python3
4545
target-version = ["py311"]
4646
skip_install = true
47-
deps = black
47+
deps = black==25.1.0
4848
commands = black {[base]linting_targets} --exclude __pycache__
4949

5050
[testenv:mypy]

0 commit comments

Comments
 (0)