8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
|
[flake8]
|
||
|
exclude = __pycache__,__init__.py
|
||
|
ignore =
|
||
|
E501 line too long, fixed by black
|
||
|
W503 line break before binary operator
|
||
|
W293 blank line contains whitespace
|
||
|
W291 trailing whitespace
|