Skip to content

Commit

Permalink
Adding note for nested-min-max for linting (#12296)
Browse files Browse the repository at this point in the history
* adding note for nested-min-max for linting

* updating note for nested-min-max for linting
  • Loading branch information
joesho112358 committed Apr 25, 2024
1 parent c29fae7 commit 03b9e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ disable = [
"no-else-return", # relax "elif" after a clause with a return
"docstring-first-line-empty", # relax docstring style
"import-outside-toplevel", "import-error", # overzealous with our optionals/dynamic packages
"nested-min-max", # this gives false equivalencies if implemented for the current lint version
# TODO(#9614): these were added in modern Pylint. Decide if we want to enable them. If so,
# remove from here and fix the issues. Else, move it above this section and add a comment
# with the rationale
Expand All @@ -221,7 +222,6 @@ disable = [
"consider-using-dict-items",
"consider-using-enumerate",
"consider-using-f-string",
"nested-min-max",
"no-member",
"no-value-for-parameter",
"not-context-manager",
Expand Down

0 comments on commit 03b9e0b

Please sign in to comment.