]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Trivial indentation fix
authorStephen Finucane <stephen@that.guru>
Mon, 9 May 2022 10:45:09 +0000 (11:45 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 9 May 2022 10:45:09 +0000 (11:45 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini

diff --git a/tox.ini b/tox.ini
index d6615835c67254b27b1f157ff8002710d62dceac..8f49f42f32217e44717bb9fc0a33035e7603c145 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -37,11 +37,11 @@ commands =
 
 [testenv:pep8]
 deps =
-  black
-  flake8
+    black
+    flake8
 commands =
-  black --check --quiet {posargs:patchwork manage.py}
-  flake8 {posargs:patchwork manage.py}
+    black --check --quiet {posargs:patchwork manage.py}
+    flake8 {posargs:patchwork manage.py}
 
 [flake8]
 # Some rules are ignored as their use makes the code more difficult to read: