Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#247)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit: v3.5.0 →
v3.6.0](pre-commit/pre-commit@v3.5.0...v3.6.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.2 →
0.27.3](python-jsonschema/check-jsonschema@0.27.2...0.27.3)
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 →
v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
<!--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 Dec 11, 2023
1 parent 1feee09 commit 8675300
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 @@ -6,7 +6,7 @@ ci:

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

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

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

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

0 comments on commit 8675300

Please sign in to comment.