Skip to content

Commit

Permalink
ruff: extend-ignore → ignore
Browse files Browse the repository at this point in the history
`extend-ignore` is deprecated
  • Loading branch information
DimitriPapadopoulos committed Aug 18, 2024
1 parent c6bc8e7 commit 1499a0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ extend-select = [
"C901",
"PERF401",
"W",

# local
"ANN2", # missing-return-type-*
"FA", # flake8-future-annotations
Expand All @@ -23,7 +22,6 @@ extend-select = [
ignore = [
"TRY003", # raise-vanilla-args, avoid multitude of exception classes
"TRY301", # raise-within-try, it's handy
"UP015", # redundant-open-modes, explicit is preferred
"UP038", # Using `X | Y` in `isinstance` call is slower and more verbose https://github.com/astral-sh/ruff/issues/7871
# Only enforcing return type annotations for public functions
"ANN202", # missing-return-type-private-function
Expand Down

0 comments on commit 1499a0a

Please sign in to comment.