Skip to content

Commit 50f66ac

Browse files
committed
Update pre-commit hooks
1 parent d5fd7be commit 50f66ac

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
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-toml
99
- id: check-yaml
@@ -12,7 +12,7 @@ repos:
1212
args: [--markdown-linebreak-ext=md]
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.5.0
15+
rev: v0.12.2
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
- id: ruff-format

0 commit comments

Comments
 (0)