Skip to content

Commit 009dc90

Browse files
committed
pre-commit: Bump versions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent af477a9 commit 009dc90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-executables-have-shebangs
77
- id: check-merge-conflict
@@ -19,7 +19,7 @@ repos:
1919
exclude: (.*\.mbox)|(.*\.svg)
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# Ruff version.
22-
rev: v0.5.1
22+
rev: v0.7.0
2323
hooks:
2424
# Run the linter.
2525
- id: ruff
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: bashate
3232
- repo: https://github.com/daveshanley/vacuum
33-
rev: v0.11.1
33+
rev: v0.12.1
3434
hooks:
3535
- id: vacuum
3636
files: ^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml

0 commit comments

Comments
 (0)