Skip to content

Commit ec49e8c

Browse files
MNT: Update pre-commit ruff legacy alias
1 parent 1a0610e commit ec49e8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.1
15+
rev: v0.12.2
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
args: [ --fix ]
1919
- id: ruff-format
20-
- id: ruff
20+
- id: ruff-check
2121
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)