Skip to content

Commit f93e7d4

Browse files
MNT Update pre-commit ruff legacy alias (scikit-learn#31740)
1 parent 4206d14 commit f93e7d4

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
@@ -7,9 +7,9 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.11.7
10+
rev: v0.12.2
1111
hooks:
12-
- id: ruff
12+
- id: ruff-check
1313
args: ["--fix", "--output-format=full"]
1414
- id: ruff-format
1515
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)