summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2020-07-12 16:52:33 -0700
committerBert JW Regeer <bertjw@regeer.org>2020-07-12 16:52:33 -0700
commit4481cfeef8b2fd90a485f2f871e9689750b48220 (patch)
tree9c39dd794cf1bcbd22d3b710bd77aa87aa2e146a /tox.ini
parent5269b28e728a470b94f194bf8febd46278b1f356 (diff)
downloadpyramid-4481cfeef8b2fd90a485f2f871e9689750b48220.tar.gz
pyramid-4481cfeef8b2fd90a485f2f871e9689750b48220.tar.bz2
pyramid-4481cfeef8b2fd90a485f2f871e9689750b48220.zip
Update flags/config to isort 5.x
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 91baa42db..99aeb67d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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