Exclude virtual environment from isort fixing

This commit is contained in:
Matthias 2021-12-18 15:30:09 +01:00
parent bd98637ae9
commit 8edc84bf25
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ exclude = '''
line_length = 100
multi_line_output=0
lines_after_imports=2
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*"]
[build-system]
requires = ["setuptools >= 46.4.0", "wheel"]