Skip to content

Commit 8f85858

Browse files
committed
[NEW] Flake8 config
1 parent 75276e4 commit 8f85858

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.flake8

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[flake8]
2+
per-file-ignores = __init__.py:F401
3+
max_line_length = 120
4+
ignore =
5+
E501
6+
W503
7+
B008
8+
B006
9+
S101
10+
# Documentation
11+
D100
12+
D101
13+
D102
14+
D103
15+
D104
16+
D105
17+
# Multi-line
18+
D202
19+
D205
20+
D209
21+
D400

0 commit comments

Comments
 (0)