From 5ee4672c2957b9ef124979104201a5ac1db7d884 Mon Sep 17 00:00:00 2001 From: nanoric Date: Mon, 18 Mar 2019 06:26:27 -0400 Subject: [PATCH] [Add] flake8: ignore qt compiled files(uic generated) --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 143e40fd..ab63c931 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -exclude = __pycache__,__init__.py,ib,talib +exclude = __pycache__,__init__.py,ib,talib,uic ignore = E501 line too long, fixed by black W503 line break before binary operator