Skip to content

Commit 2e8cf3a

Browse files
committed
.flake8: add flake8 config
1 parent 48d6c4c commit 2e8cf3a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.flake8

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[flake8]
2+
max-line-length = 127
3+
max-complexity = 10
4+
exclude =
5+
.git,
6+
__pycache__,
7+
.pytest_cache,
8+
*.pyc,
9+
.venv,
10+
venv,
11+
env,
12+
base/,
13+
redis_data/,
14+
.vagrant/

0 commit comments

Comments
 (0)