Skip to content

Commit 2bbd6de

Browse files
Revert E501 flake ignore
1 parent 244721b commit 2bbd6de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ extend-ignore =
33
# whitespace before ':' (currently conflicts with black formatting):
44
E203,
55
# line too long (in docstrings):
6+
E501,
7+
# ‘from module import *’ used; unable to detect undefined names:
68
F403,
79
# name may be undefined, or defined from star imports: module:
810
F405,

0 commit comments

Comments
 (0)