Skip to content

Commit 5809b2f

Browse files
⬆️🪝 update pre-commit hooks (#68)
updates: - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7ab4dd8 commit 5809b2f

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
@@ -46,7 +46,7 @@ repos:
4646

4747
# Check for spelling
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: "v2.4.0"
49+
rev: "v2.4.1"
5050
hooks:
5151
- id: codespell
5252
args: ["-L", "wille,linz", "--skip", "*.ipynb,*.bib"]
@@ -60,7 +60,7 @@ repos:
6060

6161
# Check JSON schemata
6262
- repo: https://github.com/python-jsonschema/check-jsonschema
63-
rev: "0.31.0"
63+
rev: "0.31.1"
6464
hooks:
6565
- id: check-dependabot
6666
- id: check-github-workflows

0 commit comments

Comments
 (0)