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

change some flake8 configs

This commit is contained in:
Johan Andersson 2018-02-22 15:04:59 -05:00
parent 22e3c8e5ac
commit b025849a89

View File

@ -1,3 +1,3 @@
[flake8]
max-line-length = 140
ignore = W292, E402
max-line-length = 150
ignore = E731,E741