Skip to content

Commit 5296786

Browse files
committed
Add flake8 config file
1 parent 72ebf36 commit 5296786

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
extend-ignore = E203
3+
exclude = .git,__pycache__,htmlcov,.venv
4+
max-complexity = 10
5+
max-line-length = 127

0 commit comments

Comments
 (0)