SendTo automatic rename filename (#1620)
[gpodder.git] / setup.cfg
bloba6944933855b1b8197d4e910bafaaa961a15ced3
1 [pycodestyle]
2 count=1
3 select = W1, W2, W3, W6, E11, E121, E122, E123, E124, E125, E127, E129, E13, E2, E3, E401, E5, E701, E703, E711, E712, E713, E721, E731, E74, E9, F841
4 # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
5 max-line-length = 142
7 [isort]
8 known_third_party=dbus,gi,mutagen,cairo,requests,github3,jinja2,magic,youtube_dl,podcastparser,mygpoclient
9 known_first_party=gpodder,soco
11 [flake8]
12 max-line-length = 142
13 ignore = BLK100, CCR001, CNL100, D1, E126, E128, E402, I, W503, Q000