Skip to content

Commit

Permalink
STY: Disable deprecated ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 1, 2024
1 parent 7963366 commit e52c4c8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,28 +135,31 @@ select = [
"UP",
]
ignore = [
"B006", # TODO: enable
"B008", # TODO: enable
"B006", # TODO: enable
"B008", # TODO: enable
"B007",
"B011",
"B017", # TODO: enable
"B017", # TODO: enable
"B018",
"B020",
"B023", # TODO: enable
"B023", # TODO: enable
"B028",
"B904",
"C401",
"C408",
"C416",
"PERF203",
"PIE790",
"PT004",
"PT004", # deprecated
"PT005", # deprecated
"PT007",
"PT011",
"PT012",
"PT017",
"PT018",
"PYI024",
"UP027", # deprecated
"UP038", # https://github.com/astral-sh/ruff/issues/7871
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit e52c4c8

Please sign in to comment.