diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ deps = | |||
49 | black | 49 | black |
50 | flake8 | 50 | flake8 |
51 | commands = | 51 | commands = |
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 |
61 | commands = | 61 | commands = |
62 | black {posargs:.} | 62 | black {posargs:. repo run_tests release/update-hooks release/update-manpages} |
63 | flake8 | 63 | flake8 |