Skip to content

Commit 6df34e1

Browse files
jluebbeEmantor
authored andcommitted
flake8: add configuration
Signed-off-by: Jan Luebbe <[email protected]>
1 parent 3483229 commit 6df34e1

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+
exclude =
3+
.git,
4+
__pycache__,
5+
docs/conf.py,
6+
build,
7+
dist
8+
ignore = E124, E128
9+
max-line-length = 119

0 commit comments

Comments
 (0)