Skip to content

Commit 2de5a13

Browse files
committed
Use new hook name
1 parent d626f58 commit 2de5a13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.15.4
55
hooks:
6-
- id: ruff
6+
- id: ruff-check
77
args:
88
- --config=pyproject.toml
99
- id: ruff-format

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
rev: v0.15.4
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
88
rev: v0.47.0

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
rev: v0.15.4
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
88
rev: v0.47.0

0 commit comments

Comments
 (0)