Skip to content

Commit c6a011f

Browse files
Enforce ruff/tryceratops rules (TRY)
1 parent f95a7ac commit c6a011f

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
@@ -183,9 +183,11 @@ extend-select = [
183183
"UP", # pyupgrade
184184
"RSE",
185185
"RUF",
186+
"TRY", # tryceratops
186187
]
187188
ignore = [
188189
"RUF005",
190+
"TRY003",
189191
]
190192

191193
[tool.mypy]

0 commit comments

Comments
 (0)