Exclude venvs for flake8

This commit is contained in:
Florian Friesdorf 2021-10-21 18:15:43 +02:00
parent 634a497dd5
commit 03e82a91ad

View File

@ -103,6 +103,7 @@ exclude_lines =
avoid-escape = False
docstring_convention = google
docstring_style = google
extend-exclude = venv*,.venv*
extend-select =
# docstrings
D204,