Skip to content

Commit

Permalink
Enable ruff's TRY (tryceratops) rules (#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Dec 2, 2024
1 parent ead78bf commit 9b53043
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 @@ -120,6 +120,7 @@ select = [
"T20", # flake8-print
"TC", # flake8-type-checking
"TID", # flake8-tidy-imports
"TRY", # tryceratops
"UP", # pyupgrade
"W", # pycodestyle warnings
"YTT", # flake8-2020
Expand Down

0 comments on commit 9b53043

Please sign in to comment.