chore(pre-commit): bump hook versions

Updated versions:
- pre-commit/pre-commit-hooks: v4.1.0 -> v4.2.0
- sirosen/check-jsonschema: 0.14.1 -> 0.14.2

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
Luís Ferreira 2022-04-12 00:02:22 +01:00 committed by The Dlang Bot
parent bf4841b82b
commit 3cea26d5e0

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
exclude: >
@ -20,6 +20,6 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.1
rev: 0.14.2
hooks:
- id: check-github-workflows