From e26f717916b01db6d7d97ade353a1e66029ce575 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Thu, 8 Dec 2022 11:44:42 +0100 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e88ef6d0..efdb5092 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-case-conflict - id: check-json @@ -25,7 +25,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.1.0 + rev: v9.3.0 hooks: - id: commitlint stages: @@ -44,7 +44,7 @@ repos: - id: codespell args: [--ignore-words=.codespellignore] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.4 + rev: 0.19.2 hooks: - id: check-github-actions - id: check-github-workflows @@ -56,7 +56,7 @@ repos: - yaml # https://reuse.software - repo: https://github.com/fsfe/reuse-tool - rev: v1.0.0 + rev: v1.1.0 hooks: - id: reuse - repo: https://github.com/doublify/pre-commit-rust