gpodder/setup.cfg
2018-03-25 20:54:39 +02:00

6 lines
237 B
INI

[pycodestyle]
count=1
select = W1, W2, W3, E11, E125, E129, E211, E222, E227, E228, E262, E266, E271, E272, E3, E703, E711, E712, E713, E721, E9
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
max-line-length = 100