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 4ddcdea commit 43d042bCopy full SHA for 43d042b
tox.ini
@@ -37,11 +37,11 @@ commands =
37
38
[testenv:pep8]
39
deps =
40
- black
41
- flake8
+ black
+ flake8
42
commands =
43
- black --check --quiet {posargs:patchwork manage.py}
44
- flake8 {posargs:patchwork manage.py}
+ black --check --quiet {posargs:patchwork manage.py}
+ flake8 {posargs:patchwork manage.py}
45
46
[flake8]
47
# Some rules are ignored as their use makes the code more difficult to read:
0 commit comments