6 lines
99 B
INI
6 lines
99 B
INI
[flake8]
|
|
ignore =
|
|
# Too many leading '#' for block comment (E266)
|
|
E266
|
|
|
|
max-line-length=100 |