Skip to content

Commit 6d0fc51

Browse files
pre-commit: remove (legacy alias) from output
ruff (legacy alias)......................................................Passed
1 parent ef47962 commit 6d0fc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ repos:
3434
hooks:
3535
- id: validate-pyproject
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.11.2
37+
rev: v0.14.2
3838
hooks:
39-
- id: ruff
39+
- id: ruff-check
4040
args: [--fix, --show-fixes]
4141
- id: ruff-format
4242
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)