Skip to content

Commit

Permalink
STYLE: enable pylint useless-option-value (pandas-dev#49666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan authored and mliu08 committed Nov 27, 2022
1 parent a7b4f0b commit 6c3f88b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ disable = [
"too-many-statements",
"unnecessary-comprehension",
"unnecessary-list-index-lookup",
"useless-option-value",

# pylint type "W": warning, for python specific problems
"abstract-method",
Expand Down

0 comments on commit 6c3f88b

Please sign in to comment.