1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +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] [flake8]
max-line-length = 140 max-line-length = 150
ignore = W292, E402 ignore = E731,E741