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.27.3 → 0.28.1](python-jsonschema/check-jsonschema@0.27.3...0.28.1)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.2...v4.0.0-alpha.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 8b9bbde commit a65652d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/python-jsonschema/check-jsonschema"
rev: "0.27.3"
rev: "0.28.1"
hooks:
- id: "check-github-workflows"
# TODO: Re-enable. The checker and the docs say `build.tools` is
Expand All @@ -16,7 +16,7 @@ repos:
# - id: "check-readthedocs"

- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.12.1"
rev: "24.3.0"
hooks:
# With notebook support:
# - id: black-jupyter
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.2"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: [json]
Expand All @@ -62,7 +62,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
rev: "v0.3.5"
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
Expand Down

0 comments on commit a65652d

Please sign in to comment.