Skip to content

Commit

Permalink
Merge pull request #4998 from neutrinoceros/sty/ruf031
Browse files Browse the repository at this point in the history
STY: autofix RUF031 (`incorrectly-parenthesized-tuple-in-subscript`)
  • Loading branch information
cphyc authored Sep 24, 2024
2 parents e648ef7 + f63e965 commit aadfcaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ select = [
"UP", # pyupgrade
"I", # isort
"NPY", # numpy specific rules
"RUF031"# incorrectly-parenthesized-tuple-in-subscript
]
ignore = [
"E501", # line too long
Expand Down

0 comments on commit aadfcaa

Please sign in to comment.