Skip to content

Commit d9b5c8c

Browse files
Bump ruff and update pre-commit legacy alias (#3214)
1 parent e77c701 commit d9b5c8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.11.9
9+
rev: v0.12.2
1010
hooks:
11-
- id: ruff
11+
- id: ruff-check
1212
args: ["--fix", "--show-fixes"]
1313
- id: ruff-format
1414
- repo: https://github.com/codespell-project/codespell

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ ignore = [
324324
"ANN401",
325325
"PT011", # TODO: apply this rule
326326
"PT012", # TODO: apply this rule
327+
"PT030", # TODO: apply this rule
328+
"PT031", # TODO: apply this rule
327329
"RET505",
328330
"RET506",
329331
"RUF005",

0 commit comments

Comments
 (0)