Skip to content

Commit

Permalink
disable RUF005
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Mar 1, 2023
1 parent ebe2fbd commit 08a0b6b
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 @@ -106,6 +106,7 @@ ignore = [
"Q000",
"RET504", # not fixed yet https://github.com/charliermarsh/ruff/issues/2950
"TRY003", # require implement multiple exception class
"RUF005", # problem with numpy compatybility, see https://github.com/charliermarsh/ruff/issues/2142#issuecomment-1451038741

]

Expand Down

0 comments on commit 08a0b6b

Please sign in to comment.