Skip to content

Commit

Permalink
Remove ruff extend-ignore options
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Nov 13, 2023
1 parent fd3d546 commit b35efab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ ignore = [
"PLR2004", # Magic number
]

# TODO : fix these and stop ignoring. Commented out ones are common and OK to except.
extend-ignore = [
"PGH004", # Use specific rule codes when using `noqa`
# "C401", # Unnecessary generator (rewrite as a `set` comprehension)
# "C402", # Unnecessary generator (rewrite as a dict comprehension)
# "C405", # Unnecessary `list` literal (rewrite as a `set` literal)
# "C408", # Unnecessary `dict` call (rewrite as a literal)
# "C416", # Unnecessary `dict` comprehension (rewrite using `dict()`)
# "PGH002", # warn is deprecated in favor of warning
# "PYI056", # Calling `.append()` on `__all__` may not be supported by all type checkers
]

extend-exclude = [
"docs",
]
Expand Down

0 comments on commit b35efab

Please sign in to comment.