Skip to content

Commit 8fc7a56

Browse files
Update pre-commit legacy alias
1 parent ae350cb commit 8fc7a56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
rev: v0.13.3
1818
hooks:
19-
- id: ruff
19+
- id: ruff-check
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ ignore = [
204204
"PT001",
205205
"PT011",
206206
"PT012",
207+
"PT031",
207208
"RET505",
208209
"RET506",
209210
"SIM108",

0 commit comments

Comments
 (0)