Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#82)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 →
0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 →
v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)
- [github.com/crate-ci/typos: v1.23.6 →
typos-dict-v0.11.27](crate-ci/typos@v1.23.6...typos-dict-v0.11.27)
<!--pre-commit.ci end-->

<!-- readthedocs-preview pep610 start -->
----
📚 Documentation preview 📚:
https://pep610--82.org.readthedocs.build/en/82/

<!-- readthedocs-preview pep610 end -->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 3, 2024
1 parent 9e8f25e commit 8307239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -52,6 +52,6 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/crate-ci/typos
rev: v1.23.6
rev: typos-dict-v0.11.27
hooks:
- id: typos

0 comments on commit 8307239

Please sign in to comment.