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 Aug 10, 2024
1 parent 644e4f0 commit 5c16fc3
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 @@ -183,9 +183,11 @@ extend-select = [
"UP", # pyupgrade
"RSE",
"RUF",
"TRY", # tryceratops
]
ignore = [
"RUF005",
"TRY003",
]

[tool.mypy]
Expand Down

0 comments on commit 5c16fc3

Please sign in to comment.