Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#367)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit: v3.7.1 →
v3.8.0](pre-commit/pre-commit@v3.7.1...v3.8.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.0 →
0.29.1](python-jsonschema/check-jsonschema@0.29.0...0.29.1)
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 →
v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5)
<!--pre-commit.ci 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 Jul 29, 2024
1 parent 2f49d11 commit 3f7b411
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 @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit
rev: v3.7.1
rev: v3.8.0
hooks:
- id: validate_manifest

Expand All @@ -28,13 +28,13 @@ repos:
- id: pyproject-fmt

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff
- id: ruff-format
Expand Down

0 comments on commit 3f7b411

Please sign in to comment.