Skip to content

Commit

Permalink
Disable ruff rules RUF022 and RUF023
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Giaquinta <[email protected]>
  • Loading branch information
exg committed Nov 22, 2024
1 parent bddfd9b commit 51f4457
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 @@ -52,6 +52,8 @@ select = [
]
ignore = [
"E501",
"RUF022",
"RUF023",
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 51f4457

Please sign in to comment.