Skip to content

Commit 583ebf0

Browse files
Update pre-commit legacy alias
1 parent 40dc7d8 commit 583ebf0

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
@@ -202,6 +202,7 @@ ignore = [
202202
"PT001",
203203
"PT011",
204204
"PT012",
205+
"PT031",
205206
"RET505",
206207
"RET506",
207208
"SIM108",

0 commit comments

Comments
 (0)