Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#185)
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.28.4](python-jsonschema/check-jsonschema@0.28.3...0.28.4)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 28, 2024
1 parent be012a8 commit 8a449f4
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 @@ -30,7 +30,7 @@ repos:
# ruamel.yaml doesn't line wrap correctly (?) so set width to 1M to avoid issues
args: [--mapping=2, --offset=2, --sequence=4, --width=1000000, --implicit_start]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3
rev: 0.28.4
hooks:
# verify github syntaxes
- id: check-github-actions
Expand All @@ -39,7 +39,7 @@ repos:
- id: check-dependabot
- repo: https://github.com/codespell-project/codespell
# see setup.cfg
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [--write-changes]
Expand Down

0 comments on commit 8a449f4

Please sign in to comment.