Skip to content

Commit ffbd322

Browse files
committed
pre-commit: Bump versions
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 0f50a62 commit ffbd322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-executables-have-shebangs
1010
- id: check-merge-conflict
@@ -14,15 +14,15 @@ repos:
1414
- id: trailing-whitespace
1515
exclude: (.*\.mbox)|(.*\.svg)
1616
- repo: https://github.com/Lucas-C/pre-commit-hooks
17-
rev: v1.5.4
17+
rev: v1.5.5
1818
hooks:
1919
- id: remove-tabs
2020
exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)
2121
- id: remove-crlf
2222
exclude: (.*\.mbox)|(.*\.svg)
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
2424
# Ruff version.
25-
rev: v0.1.13
25+
rev: v0.5.1
2626
hooks:
2727
# Run the linter.
2828
- id: ruff
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: bashate
3535
- repo: https://github.com/daveshanley/vacuum
36-
rev: v0.7.2
36+
rev: v0.11.1
3737
hooks:
3838
- id: vacuum
3939
files: ^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml

0 commit comments

Comments
 (0)