gpodder/setup.cfg

14 lines
454 B
INI
Raw Permalink Normal View History

2018-01-26 09:00:29 +01:00
[pycodestyle]
count=1
select = W1, W2, W3, E11, E121, E122, E123, E124, E125, E127, E129, E13, E2, E3, E401, E5, E703, E711, E712, E713, E721, E731, E74, E9
2018-01-26 09:00:29 +01:00
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
max-line-length = 142
2018-08-11 00:23:34 +02:00
[isort]
known_third_party=dbus,gi,mutagen,cairo,requests,github3,jinja2,magic,youtube_dl,podcastparser,mygpoclient
2018-08-11 06:48:23 +02:00
known_first_party=gpodder,soco
[flake8]
max-line-length = 142
ignore = E126, E128, W503