Skip to content

Commit 244721b

Browse files
Remove obsolete pre-commit disables
1 parent afaf007 commit 244721b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ 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:
86
F403,
97
# name may be undefined, or defined from star imports: module:
108
F405,

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ repos:
112112
[
113113
"-rn", # Only display messages
114114
"-sn", # Don't display the score
115-
"--disable=c-extension-no-member",
116115
"--disable=import-error",
117116
"--disable=redefined-builtin",
118117
"--disable=unused-wildcard-import"

0 commit comments

Comments
 (0)