gpodder/setup.cfg

6 lines
241 B
INI
Raw Normal View History

2018-01-26 09:00:29 +01:00
[pycodestyle]
count=1
select = W1, W2, W3, E11, E124, E125, E129, E211, E22, E26, E271, E272, E3, E401, E502, E703, E711, E712, E713, E721, E731, E9
2018-01-26 09:00:29 +01:00
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
max-line-length = 100