Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 6e8c07c

Browse files
authored
build: configure flake8 (#432)
1 parent c9acb50 commit 6e8c07c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.flake8

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[flake8]
2+
extend-ignore =
3+
# line too long (black handles that)
4+
E501,
5+
# Line break occurred before a binary operator (seems to conflict with the linter)
6+
W503
7+
per-file-ignores =
8+
# imported but unused
9+
__init__.py: F401

0 commit comments

Comments
 (0)