From 94f008eb2eb8f8a3ab3a99b6437fe91b6359aaae Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 3 Jan 2023 14:04:39 +0100 Subject: add isort to tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 86909c4..9eb73d0 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.3