Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#113)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 →
v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5)
- [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)
<!--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 adddda3 commit b264b8b
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 @@ -18,7 +18,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -32,12 +32,12 @@ repos:
- types-requests

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

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

0 comments on commit b264b8b

Please sign in to comment.