Skip to content

Commit

Permalink
Merge pull request #1368 from DimitriPapadopoulos/deprecate_ruff_rules
Browse files Browse the repository at this point in the history
STY: Disable deprecated ruff rules
  • Loading branch information
effigies authored Oct 1, 2024
2 parents 93c6d92 + 58bd5e9 commit fa7c248
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ ignore = [
"C416",
"PERF203",
"PIE790",
"PT004",
"PT004", # deprecated
"PT005", # deprecated
"PT007",
"PT011",
"PT012",
Expand All @@ -162,6 +163,8 @@ ignore = [
"RUF012", # TODO: enable
"RUF015",
"RUF017", # TODO: enable
"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 fa7c248

Please sign in to comment.