Skip to content

Commit 43d042b

Browse files
committed
tox: Trivial indentation fix
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4ddcdea commit 43d042b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ commands =
3737

3838
[testenv:pep8]
3939
deps =
40-
black
41-
flake8
40+
black
41+
flake8
4242
commands =
43-
black --check --quiet {posargs:patchwork manage.py}
44-
flake8 {posargs:patchwork manage.py}
43+
black --check --quiet {posargs:patchwork manage.py}
44+
flake8 {posargs:patchwork manage.py}
4545

4646
[flake8]
4747
# Some rules are ignored as their use makes the code more difficult to read:

0 commit comments

Comments
 (0)