Skip to content

Commit 2b2f26d

Browse files
committed
chore: add .flake8 config file
1 parent 6444866 commit 2b2f26d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.flake8

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

0 commit comments

Comments
 (0)