1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Add E402 to ignore list for flake8

This commit is contained in:
Johan Andersson 2018-02-26 00:01:29 +01:00
parent abee3fea4f
commit bb8d10bed6

View File

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