Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Ignore SIM910
  • Loading branch information
EvieePy authored Sep 30, 2024
1 parent 12dde9f commit 584ee6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ ignore = [
"PTH123",
"E203",
"E501",
"RUF006"
"RUF006",
"SIM910",
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 584ee6b

Please sign in to comment.