Skip to content

Commit

Permalink
chore(ruff): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Sep 28, 2023
1 parent 2712048 commit 22409bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ 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", # 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 22409bf

Please sign in to comment.