Skip to content

Commit 6244f08

Browse files
Update pre-commit ruff legacy alias (#668)
1 parent 15b7577 commit 6244f08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ repos:
1616
exclude: "tests/commands/test_convert.py"
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.4
19+
rev: v0.12.2
2020
hooks:
21-
- id: ruff
21+
- id: ruff-check
2222
args: [--fix, --show-fixes]
2323
- id: ruff-format
2424

0 commit comments

Comments
 (0)