[Add] add venv into .flake8:exclude
This commit is contained in:
parent
e86f6db0a7
commit
9dab75f28a
2
.flake8
2
.flake8
@ -1,5 +1,5 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude = __pycache__,__init__.py,ib,talib,uic
|
exclude = venv,build,__pycache__,__init__.py,ib,talib,uic
|
||||||
ignore =
|
ignore =
|
||||||
E501 line too long, fixed by black
|
E501 line too long, fixed by black
|
||||||
W503 line break before binary operator
|
W503 line break before binary operator
|
||||||
|
Loading…
Reference in New Issue
Block a user