1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

Add some more warnings to ignore

This commit is contained in:
Johan Andersson 2019-07-13 14:28:45 +02:00
parent a84b89bafd
commit 8c08be1bf4

View File

@ -1,6 +1,6 @@
[flake8]
max-line-length = 150
ignore = E731,E741,E402
ignore = E731,E741,E402,E501,W503,E203
[versioneer]
VCS = git