Exclude venvs for flake8
This commit is contained in:
parent
634a497dd5
commit
03e82a91ad
@ -103,6 +103,7 @@ exclude_lines =
|
|||||||
avoid-escape = False
|
avoid-escape = False
|
||||||
docstring_convention = google
|
docstring_convention = google
|
||||||
docstring_style = google
|
docstring_style = google
|
||||||
|
extend-exclude = venv*,.venv*
|
||||||
extend-select =
|
extend-select =
|
||||||
# docstrings
|
# docstrings
|
||||||
D204,
|
D204,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user