We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898cf81 commit 452d35bCopy full SHA for 452d35b
tox.ini
@@ -28,7 +28,7 @@ commands = flake8 {posargs}
28
[testenv:py36-black]
29
basepython = python3.6
30
deps = black
31
-commands = black .
+commands = black --check .
32
33
[flake8]
34
max_line_length = 88
0 commit comments