Skip to content

Commit 4d8885b

Browse files
committed
Add flake8 config file
1 parent 8873963 commit 4d8885b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.flake8

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[flake8]
2+
exclude=.venv
3+
4+
extend-ignore =
5+
B311,
6+
S311
7+
8+
max_line_length = 88

0 commit comments

Comments
 (0)