We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaf007 commit 244721bCopy full SHA for 244721b
.flake8
@@ -3,8 +3,6 @@ extend-ignore =
3
# whitespace before ':' (currently conflicts with black formatting):
4
E203,
5
# line too long (in docstrings):
6
- E501,
7
- # ‘from module import *’ used; unable to detect undefined names:
8
F403,
9
# name may be undefined, or defined from star imports: module:
10
F405,
.pre-commit-config.yaml
@@ -112,7 +112,6 @@ repos:
112
[
113
"-rn", # Only display messages
114
"-sn", # Don't display the score
115
- "--disable=c-extension-no-member",
116
"--disable=import-error",
117
"--disable=redefined-builtin",
118
"--disable=unused-wildcard-import"
0 commit comments