Skip to content

Commit e8614a9

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.2](python-jsonschema/check-jsonschema@0.34.0...0.36.2) - [github.com/thlorenz/doctoc: v2.2.0 → v2.3.0](thlorenz/doctoc@v2.2.0...v2.3.0)
1 parent 5d40491 commit e8614a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
autoupdate_schedule: weekly
55
repos:
66
- repo: https://github.com/python-jsonschema/check-jsonschema
7-
rev: 0.34.0
7+
rev: 0.36.2
88
hooks:
99
- id: check-github-workflows
1010
- repo: https://github.com/codespell-project/codespell
@@ -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.3.0
3939
hooks:
4040
- id: doctoc

0 commit comments

Comments
 (0)