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 13161bb commit 72a7aebCopy full SHA for 72a7aeb
tox.ini
@@ -35,7 +35,7 @@ commands = pylint {[base]linting_targets}
35
36
[testenv:black]
37
basepython = python3
38
-target-version = ["py37"]
+;target-version = ["py37"]
39
skip_install = true
40
deps = black
41
commands = black --check --diff {[base]linting_targets} --exclude __pycache__
0 commit comments