Skip to content

Commit f5a9c1e

Browse files
committed
Pre-commit update
Use more specific ruff-check id
1 parent ebf3fd2 commit f5a9c1e

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
@@ -17,8 +17,8 @@ repos:
1717
- id: fix-byte-order-marker
1818
- id: detect-private-key
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.11
20+
rev: v0.11.13
2121
hooks:
22-
- id: ruff
22+
- id: ruff-check
2323
args: [--fix-only, --exit-non-zero-on-fix]
2424
- id: ruff-format

0 commit comments

Comments
 (0)