chore(pre-commit): update hook versions (#14346)

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
Luís Ferreira 2022-08-02 12:39:48 +01:00 committed by GitHub
parent c83dff2e1b
commit 3d3d65afcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.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.15.1
rev: 0.17.1
hooks:
- id: check-github-workflows