explicitly exculde some dirs from flake8 check
This commit is contained in:
@@ -66,6 +66,15 @@ profile = black
|
|||||||
indent-size = 4
|
indent-size = 4
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
extend-ignore = W503,W605
|
extend-ignore = W503,W605
|
||||||
|
exclude =
|
||||||
|
venv
|
||||||
|
__pycache__
|
||||||
|
.venv
|
||||||
|
./env
|
||||||
|
venv/
|
||||||
|
env
|
||||||
|
.env
|
||||||
|
./build
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
python_version = 3.9
|
python_version = 3.9
|
||||||
|
Reference in New Issue
Block a user