Skip to content

Commit feea326

Browse files
authored
STYLE check for ability to remove 'c-extension-no-member' from pylint exclusions (pandas-dev#49038)
Let's look for c-extension-no-member
1 parent 28da588 commit feea326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ disable = [
6363
"W",
6464
"abstract-class-instantiated",
6565
"access-member-before-definition",
66-
"c-extension-no-member",
6766
"import-error",
6867
"invalid-repr-returned",
6968
"invalid-unary-operand-type",

0 commit comments

Comments
 (0)