Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#268)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit: v3.6.0 →
v3.6.1](pre-commit/pre-commit@v3.6.0...v3.6.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 →
0.28.0](python-jsonschema/check-jsonschema@0.27.4...0.28.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 →
v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.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 Feb 12, 2024
1 parent c41fe9f commit c188c58
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.6.0
rev: v3.6.1
hooks:
- id: validate_manifest

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

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

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

0 comments on commit c188c58

Please sign in to comment.