[Add] add venv into .flake8:exclude

This commit is contained in:
nanoric 2019-08-07 23:33:33 +08:00
parent e86f6db0a7
commit 9dab75f28a

View File

@ -1,5 +1,5 @@
[flake8]
exclude = __pycache__,__init__.py,ib,talib,uic
exclude = venv,build,__pycache__,__init__.py,ib,talib,uic
ignore =
E501 line too long, fixed by black
W503 line break before binary operator