Skip to content

Commit

Permalink
ci(ruff): configure
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Sep 26, 2023
1 parent 750555f commit 502574b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ ignore = [
"RET506", # Unnecessary {branch} after raise statement -- Lots of false positives
"RET507", # Unnecessary {branch} after continue statement -- Lots of false positives
"RET508", # Unnecessary {branch} after break statement -- Lots of false positives
"TCH001", #
# "TCH002",
"TCH001", # Move application import {} into a type-checking block -- Breaks KPOps
"PLR09", # upper bound on number of arguments, functions, etc. -- Inconvenient to enforce
"PLR2004", # Magic value used in comparison, consider replacing {value} with a constant variable -- Inconvenient to enforce
"PLW2901", # `for` loop variable `{var}` overwritten by assignment target -- Inconvenient to enforce
Expand Down

0 comments on commit 502574b

Please sign in to comment.