Skip to content

Commit e634b34

Browse files
authored
STYLE: enable pylint useless-option-value (pandas-dev#49666)
1 parent 289f32d commit e634b34

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
@@ -122,7 +122,6 @@ disable = [
122122
"too-many-statements",
123123
"unnecessary-comprehension",
124124
"unnecessary-list-index-lookup",
125-
"useless-option-value",
126125

127126
# pylint type "W": warning, for python specific problems
128127
"abstract-method",

0 commit comments

Comments
 (0)