9 lines
118 B
INI
9 lines
118 B
INI
[flake8]
|
|
max-line-length = 88
|
|
ignore = D203, W504, W503, E203
|
|
exclude =
|
|
__*,
|
|
.*,
|
|
build,
|
|
dist,
|