diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ per-file-ignores = fietsboek/models/__init__.py:F401 [tox] -envlist = python,pylint,pylint-tests,flake,mypy,black +envlist = python,pylint,pylint-tests,flake,mypy,black,isort # This can be removed in tox 4 as it will be the default: isolated_build = true |