From 87bf2636a174f5a67d9bb623e1036205a73e80a9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:20:52 +0200 Subject: [PATCH] Bump version of pre-commit hooks (#314) (#317) Co-authored-by: ahcorde <1933907+ahcorde@users.noreply.github.com> (cherry picked from commit a53d0ac7836b987fa841ca6696112b89c692e828) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e6a441d..acda6437 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -129,14 +129,14 @@ repos: # Spellcheck in comments and docs # skipping of *.svg files is not working... - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ['--write-changes'] exclude: CHANGELOG\.rst|\.(svg|pyc)$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.4 hooks: - id: check-github-workflows args: ["--verbose"]