summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f8bfc777..2847f2ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@ deps =
49 black 49 black
50 flake8 50 flake8
51commands = 51commands =
52 black --check {posargs:.} 52 black --check {posargs:. repo run_tests release/update-hooks release/update-manpages}
53 flake8 53 flake8
54 54
55[testenv:format] 55[testenv:format]
@@ -59,5 +59,5 @@ deps =
59 black 59 black
60 flake8 60 flake8
61commands = 61commands =
62 black {posargs:.} 62 black {posargs:. repo run_tests release/update-hooks release/update-manpages}
63 flake8 63 flake8