Skip to content

Commit 13f0a72

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.37.2](python-jsonschema/check-jsonschema@0.34.0...0.37.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/thlorenz/doctoc: v2.2.0 → v2.4.1](thlorenz/doctoc@v2.2.0...v2.4.1)
1 parent 5d40491 commit 13f0a72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ci:
44
autoupdate_schedule: weekly
55
repos:
66
- repo: https://github.com/python-jsonschema/check-jsonschema
7-
rev: 0.34.0
7+
rev: 0.37.2
88
hooks:
99
- id: check-github-workflows
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.4.1
11+
rev: v2.4.2
1212
hooks:
1313
- id: codespell
1414
args: ["-L", ""]
@@ -35,6 +35,6 @@ repos:
3535
- id: requirements-txt-fixer
3636
- id: trailing-whitespace
3737
- repo: https://github.com/thlorenz/doctoc
38-
rev: v2.2.0
38+
rev: v2.4.1
3939
hooks:
4040
- id: doctoc

0 commit comments

Comments
 (0)