diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ commands = skip_install = true commands = flake8 src/pyramid tests setup.py - isort --check -rc src/pyramid tests setup.py + isort --check-only --df src/pyramid tests setup.py black --check --diff src/pyramid tests setup.py python setup.py check -r -s -m check-manifest @@ -63,7 +63,7 @@ depends = py38-cover [testenv:format] skip_install = true commands = - isort -rc src/pyramid tests setup.py + isort src/pyramid tests setup.py black src/pyramid tests setup.py deps = black |
