Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 2b69ff8

Browse files
Bump version of pre-commit hooks (#402)
1 parent 6a9791b commit 2b69ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ repos:
129129
# Spellcheck in comments and docs
130130
# skipping of *.svg files is not working...
131131
- repo: https://github.com/codespell-project/codespell
132-
rev: v2.3.0
132+
rev: v2.4.1
133133
hooks:
134134
- id: codespell
135135
args: ['--write-changes']
136136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
137137

138138
- repo: https://github.com/python-jsonschema/check-jsonschema
139-
rev: 0.30.0
139+
rev: 0.31.1
140140
hooks:
141141
- id: check-github-workflows
142142
args: ["--verbose"]

0 commit comments

Comments
 (0)