Skip to content

Commit 5ff1f2d

Browse files
authored
Use new ruff-check pre-commit ID, update version (#66)
1 parent 02fc73f commit 5ff1f2d

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
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version
4-
rev: v0.9.6
4+
rev: v0.15.7
55
hooks:
66
# Run the linter
7-
- id: ruff
7+
- id: ruff-check
88
args: [--fix, --exit-non-zero-on-fix]
99
# Run the formatter
1010
- id: ruff-format

0 commit comments

Comments
 (0)