Skip to content

Commit a1115ad

Browse files
DimitriPapadopouloseffigies
authored andcommitted
MNT: Update pre-commit ruff legacy alias
1 parent 7c6e433 commit a1115ad

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,13 +12,13 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.7.4
15+
rev: v0.12.2
1616
hooks:
1717
- name: ruff check --fix
18-
id: ruff
18+
id: ruff-check
1919
args: [ --fix ]
2020
- name: ruff format
2121
id: ruff-format
2222
- name: fix implicit string concatenation
23-
id: ruff
23+
id: ruff-check
2424
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)