11 lines
156 B
INI
11 lines
156 B
INI
# setup.cfg
|
|
|
|
[pycodestyle]
|
|
ignore = E265,W503,E241,E711,E712,E201,E202,E221
|
|
max-line-length = 136
|
|
statistics = True
|
|
|
|
# Local Variables:
|
|
# mode: conf
|
|
# End:
|