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 Jun 29, 2024
1 parent 49903a9 commit a72c0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ extend-select = [
"ISC",
"RUF010",
"RUF100",
"TRY",
"UP",
]
ignore = [
"TRY003",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit a72c0fd

Please sign in to comment.