Moved flake8 config to setup.cfg

This commit is contained in:
Nex
2022-05-08 14:50:31 +02:00
parent 6162a1e1f2
commit c343eed5a0
2 changed files with 12 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
[flake8]
max-complexit = 10
max-line-length = 1000
ignore =
C901,
E265,
E127,
F401,
W503,
E226
+12 -1
View File
@@ -15,4 +15,15 @@ classifiers =
[options.entry_points]
console_scripts =
mvt-ios = mvt.ios:cli
mvt-android = mvt.android:cli
mvt-android = mvt.android:cli
[flake8]
max-complexit = 10
max-line-length = 1000
ignore =
C901,
E265,
E127,
F401,
W503,
E226