Skip to content

Commit 9b53043

Browse files
authored
Enable ruff's TRY (tryceratops) rules (#3665)
1 parent ead78bf commit 9b53043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ select = [
120120
"T20", # flake8-print
121121
"TC", # flake8-type-checking
122122
"TID", # flake8-tidy-imports
123+
"TRY", # tryceratops
123124
"UP", # pyupgrade
124125
"W", # pycodestyle warnings
125126
"YTT", # flake8-2020

0 commit comments

Comments
 (0)