From 9dab75f28a7a54185b00a5e769d195947d48ccc2 Mon Sep 17 00:00:00 2001 From: nanoric Date: Wed, 7 Aug 2019 23:33:33 +0800 Subject: [PATCH] [Add] add venv into .flake8:exclude --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ab63c931..5055f4c7 100644 --- a/.flake8 +++ b/.flake8 @@ -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