5 lines
125 B
INI
5 lines
125 B
INI
[pep8]
|
|
ignore = E127,E302
|
|
# E127: continuation line over-indented for visual indent
|
|
# E302: expected 2 blank lines, found 1
|