5c370c0b2a
GitOrigin-RevId: 33d1e753c82ffc557b4a585c77de43d4c922ebb5
8 lines
139 B
INI
8 lines
139 B
INI
[flake8]
|
|
# E111 => 4 spaces tabs
|
|
# don't let spaces else it is not recognized
|
|
# E123 buggy
|
|
ignore =
|
|
E501,E265,E402
|
|
|
|
max-line-length = 120
|