Skip to content

Commit

Permalink
Update check-jsonschema and pre-commit libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Sep 23, 2024
1 parent 897895f commit 00b87c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.1
rev: 0.29.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -37,7 +37,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v4.6.0
hooks:
# Side-effects:
- id: end-of-file-fixer
Expand Down

0 comments on commit 00b87c8

Please sign in to comment.