Skip to content

Commit

Permalink
ci(ruff): remove unnecessary ignores
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <mfocko@redhat.com>
  • Loading branch information
mfocko committed Oct 12, 2023
1 parent ce9655d commit 441f4c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ select = [
]

ignore = [
"B017", # assert-raises-exception
"B022", # useless-contextlib-suppress
"RUF002", # you shall not touch my guillemets
"RUF003" # Comment contains ambiguous character
]
Expand Down

0 comments on commit 441f4c1

Please sign in to comment.