Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.2](python-jsonschema/check-jsonschema@0.28.6...0.29.2)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.4.10 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.10...v0.6.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 0209bcd commit 9313202
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 @@ -41,7 +41,7 @@ repos:
- id: "shellcheck"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.28.6"
rev: "0.29.2"
hooks:
- id: "check-github-workflows"
- id: "check-readthedocs"
Expand All @@ -54,13 +54,13 @@ repos:
- "--py38-plus"

- repo: "https://github.com/psf/black"
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: "black"

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: 'v0.4.10'
rev: 'v0.6.3'
hooks:
- id: "ruff"

Expand Down

0 comments on commit 9313202

Please sign in to comment.