Run rake checkupdate

`pre-commit autoupdate`
This commit is contained in:
John Bampton
2023-02-25 08:11:56 +10:00
parent 82c67d52fc
commit d4dd75b82c
+2 -2
View File
@@ -28,7 +28,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.4.2
hooks:
- id: forbid-tabs
exclude: Makefile$|Makefile\..+$|makefile$|\.mk$
@@ -58,7 +58,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.29.0
hooks:
- id: yamllint
name: Run yamllint