Skip to content

Commit 6452004

Browse files
Update pre-commit ruff legacy alias (#3730)
1 parent e09e041 commit 6452004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
rev: v0.12.2
6262
hooks:
63-
- id: ruff
63+
- id: ruff-check
6464
- id: ruff-format
6565
- repo: https://github.com/pre-commit/mirrors-prettier
6666
rev: v4.0.0-alpha.8

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ check-dist:
3939
rm -rf $(TMP)
4040

4141
ruff:
42-
pre-commit run --all-files ruff
42+
pre-commit run --all-files ruff-check
4343

4444
pytest:
4545
@if command -v pytest > /dev/null; then \

0 commit comments

Comments
 (0)