From b5f0db75431bec73c4025e4cf21ec14a8b10237b Mon Sep 17 00:00:00 2001 From: ahcorde <1933907+ahcorde@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:47:41 +0000 Subject: [PATCH] Bump version of pre-commit hooks --- .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 ea28f670..0649c4b6 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.3.0 + rev: v2.4.1 hooks: - id: codespell args: ['--write-changes'] exclude: CHANGELOG\.rst|\.(svg|pyc)$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.1 hooks: - id: check-github-workflows args: ["--verbose"]