Skip to content

Commit f66a572

Browse files
MNT: Upgrade ruff to 0.8.2
1 parent 59733ff commit f66a572

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: check-merge-conflict
1414
- id: check-vcs-permalinks
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.6.4
16+
rev: v0.8.2
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ ignore = [
151151
"C416",
152152
"PERF203",
153153
"PIE790",
154-
"PT004", # deprecated
155-
"PT005", # deprecated
156154
"PT007",
157155
"PT011",
158156
"PT012",
@@ -163,7 +161,6 @@ ignore = [
163161
"RUF012", # TODO: enable
164162
"RUF015",
165163
"RUF017", # TODO: enable
166-
"UP027", # deprecated
167164
"UP038", # https://github.com/astral-sh/ruff/issues/7871
168165
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
169166
"W191",

0 commit comments

Comments
 (0)