Skip to content

Commit 0a027e2

Browse files
author
Daniel Schick
committed
fix flake8 config
1 parent 1140fe1 commit 0a027e2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.flake8

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[flake8]
22
max-line-length=99
3-
ignore = E121, E123, E126, E133, E226, E241, E242, E402, E704, W503, W504, W505 and W605
3+
ignore =
4+
E121,
5+
E123,
6+
E126,
7+
E133,
8+
E226,
9+
E241,
10+
E242,
11+
E402,
12+
E704,
13+
W503,
14+
W504,
15+
W505,
16+
W605
417
exclude = docs,build,dist

0 commit comments

Comments
 (0)