Skip to content

Commit bae6267

Browse files
Enforce ruff/tryceratops rules (TRY)
1 parent de55cd2 commit bae6267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,11 @@ extend-select = [
181181
"UP", # pyupgrade
182182
"RSE",
183183
"RUF",
184+
"TRY", # tryceratops
184185
]
185186
ignore = [
186187
"RUF005",
188+
"TRY003",
187189
]
188190

189191
[tool.mypy]

0 commit comments

Comments
 (0)