Skip to content

Commit 7a91358

Browse files
switch to new ruff alias
1 parent b2040b0 commit 7a91358

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/.pre-commit-config.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ repos:
88
- id: check-merge-conflict
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: v0.15.6
11+
rev: v0.15.7
1212
hooks:
1313
# Run the linter.
14-
- id: ruff
14+
- id: ruff-check
1515
types_or: [python, pyi, jupyter]
1616
# Run the formatter.
1717
- id: ruff-format

0 commit comments

Comments
 (0)