Skip to content

Commit 4c424ac

Browse files
natmokvalphofl
authored andcommitted
enable pylint wildcard-import (pandas-dev#49427)
1 parent 7447d1c commit 4c424ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ disable = [
185185
"unused-wildcard-import",
186186
"using-constant-test",
187187
"useless-else-on-loop",
188-
"useless-parent-delegation",
189-
"wildcard-import"
188+
"useless-parent-delegation"
190189
]
191190

192191
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)