Skip to content

Commit

Permalink
STY: autofix RUF031 (incorrectly-parenthesized-tuple-in-subscript)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 21, 2024
1 parent 66ddd0e commit f63e965
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 f63e965

Please sign in to comment.