We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b40e8 commit 5bafa78Copy full SHA for 5bafa78
1 file changed
tox.ini
@@ -37,14 +37,14 @@ commands = pylint {[base]linting_targets}
37
basepython = python3
38
target-version = [ "py311" ]
39
skip_install = true
40
-deps = black
+deps = black==25.1.0
41
commands = black --check --diff {[base]linting_targets} --exclude __pycache__
42
43
[testenv:black_fmt]
44
45
target-version = ["py311"]
46
47
48
commands = black {[base]linting_targets} --exclude __pycache__
49
50
[testenv:mypy]
0 commit comments