Browse Source

.flake8: add flake8 config

Shiv Tyagi 2 tháng trước cách đây
mục cha
commit
ba9d691195
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  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/