Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#919)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 →
v0.6.8](astral-sh/ruff-pre-commit@v0.6.3...v0.6.8)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.08.26 →
2024.09.23](henryiii/validate-pyproject-schema-store@2024.08.26...2024.09.23)
- [github.com/python-jsonschema/check-jsonschema: 0.29.2 →
0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
<!--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 Oct 2, 2024
1 parent 7636e7b commit aae67e6
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 @@ -25,7 +25,7 @@ repos:
exclude: "^tests"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.8
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -130,12 +130,12 @@ repos:
additional_dependencies: [cogapp]

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.08.26
rev: 2024.09.23
hooks:
- id: validate-pyproject

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit aae67e6

Please sign in to comment.