Skip to content

Commit

Permalink
Ignore new ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 25, 2024
1 parent 274ebd8 commit b97c6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ignore = [
"RET504", # unnecessary-assign
"RUF012", # mutable-class-default # TODO
"S101", # assert
"SIM115", # open-file-with-context-handler # TODO
"SLF", # flake8-self # TODO
"TD", # flake8-todos
"TRY", # tryceratops # TODO
Expand Down

0 comments on commit b97c6ad

Please sign in to comment.