Skip to content

Commit

Permalink
Ruff: add SIM
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Nov 22, 2024
1 parent c93fc2c commit 06c8c7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ select = [
"Q",
"RSE",
"SLOT",
"SIM",
"TID",
"TCH",
"INT",
Expand All @@ -87,6 +88,11 @@ select = [
ignore = [
"E501",
"E722",
"SIM102",
"SIM113",
"SIM115",
"SIM116",
"SIM117",
"RUF010",
"RUF012",
"RUF015",
Expand Down

0 comments on commit 06c8c7c

Please sign in to comment.