Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb9003b

Browse files
committed
added E402 exception to the .flake8 file
1 parent 93eb64d commit eb9003b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ignore =
66
E111, E114, E115, E116, E122, E124, E125, E127, E128, E129, E131,
77
E265, E266,
88
E305, E306,
9+
E402,
910
E722, E741,
1011
F401, F403, F811, F841,
1112
# Some new flake8 ignores:

0 commit comments

Comments
 (0)