Skip to content

Commit 8abff09

Browse files
committed
Add flake8
1 parent ec7daec commit 8abff09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
ignore = E203,W503
3+
exclude = .git,.mypy_cache,.pytest_cache,.tox,.venv,__pycache__,build,dist,docs
4+
max-line-length = 88

0 commit comments

Comments
 (0)