Skip to content

Commit 794e1f5

Browse files
committed
Add flake8 config
1 parent 015d318 commit 794e1f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.flake8

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[flake8]
2+
max-line-length = 89
3+
exclude=.venv,.git
4+
ignore = W503
5+
extend-ignore =
6+
# See https://github.com/PyCQA/pycodestyle/issues/373
7+
E203,

0 commit comments

Comments
 (0)