Shiv Tyagi
2 mesi fa
1 ha cambiato i file con
14 aggiunte e
0 eliminazioni
-
14
0
.flake8
|
|
@@ -0,0 +1,14 @@
|
|
|
+[flake8]
|
|
|
+max-line-length = 127
|
|
|
+max-complexity = 10
|
|
|
+exclude =
|
|
|
+ .git,
|
|
|
+ __pycache__,
|
|
|
+ .pytest_cache,
|
|
|
+ *.pyc,
|
|
|
+ .venv,
|
|
|
+ venv,
|
|
|
+ env,
|
|
|
+ base/,
|
|
|
+ redis_data/,
|
|
|
+ .vagrant/
|