Explorar o código

.flake8: add flake8 config

Shiv Tyagi hai 2 meses
pai
achega
ba9d691195
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      .flake8

+ 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/