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

Add some flake8 configs

This commit is contained in:
Johan Andersson 2018-01-30 20:04:53 +01:00
parent 530aef4ed6
commit 3d55461372

View File

@ -1,2 +1,4 @@
[bdist_wheel]
universal = 1
[flake8]
max-line-length = 140
max-complexity = 25
ignore = W292, E402