Skip to content

Commit

Permalink
chore: update pre-commit hooks (#67)
Browse files Browse the repository at this point in the history
updates:
- [github.com/henryiii/check-sdist: v1.0.0 → v1.1.0](v1.0.0...v1.1.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 2b869e1 commit a485072
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 @@ -55,7 +55,7 @@ repos:
- uv

- repo: https://github.com/henryiii/check-sdist
rev: "v1.0.0"
rev: "v1.1.0"
hooks:
- id: check-sdist
args: [--inject-junk]
Expand All @@ -81,7 +81,7 @@ repos:
exclude: .pre-commit-config.yaml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit a485072

Please sign in to comment.