2019-02-23 14:22:56 +00:00
|
|
|
[flake8]
|
2019-03-18 10:26:27 +00:00
|
|
|
exclude = __pycache__,__init__.py,ib,talib,uic
|
2019-02-23 14:22:56 +00:00
|
|
|
ignore =
|
|
|
|
E501 line too long, fixed by black
|
|
|
|
W503 line break before binary operator
|
|
|
|
W293 blank line contains whitespace
|
|
|
|
W291 trailing whitespace
|
2019-05-03 09:01:47 +00:00
|
|
|
W391 blank line at end of file
|