Skip to content

Commit

Permalink
Enforce ruff/tryceratops rules (TRY)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 23, 2024
1 parent de55cd2 commit bae6267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ extend-select = [
"UP", # pyupgrade
"RSE",
"RUF",
"TRY", # tryceratops
]
ignore = [
"RUF005",
"TRY003",
]

[tool.mypy]
Expand Down

0 comments on commit bae6267

Please sign in to comment.