mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
12 lines
124 B
Plaintext
12 lines
124 B
Plaintext
|
[flake8]
|
||
|
max-line-length=120
|
||
|
ignore =
|
||
|
E121,
|
||
|
E123,
|
||
|
E126,
|
||
|
E226,
|
||
|
E24,
|
||
|
E704,
|
||
|
W605
|
||
|
exclude = ./tests
|