Skip to content

Commit c125538

Browse files
Remove F403 flake skipping from config
1 parent e17f107 commit c125538

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ extend-ignore =
44
E203,
55
# line too long (in docstrings):
66
E501,
7-
# ‘from module import *’ used; unable to detect undefined names:
8-
F403,
97
# name may be undefined, or defined from star imports: module:
108
F405,
119
# doc line too long (105 > 80 characters):

0 commit comments

Comments
 (0)