aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 4080616..a31e865 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,3 +62,9 @@ deps = black
commands_pre =
commands =
black --diff --check fietsboek
+
+[testenv:isort]
+deps = isort
+commands_pre =
+commands =
+ isort --check --diff fietsboek