Skip to content

Commit

Permalink
[Add] flake8: ignore qt compiled files(uic generated)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoric committed Mar 18, 2019
1 parent 6ade6bc commit 5ee4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5ee4672

Please sign in to comment.