Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #69

Merged
merged 3 commits into from
Jul 2, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 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.6"
hooks:
- id: "check-github-workflows"
# TODO: Re-enable. The checker and the docs say `build.tools` is
Expand All @@ -16,20 +16,20 @@ repos:
# - id: "check-readthedocs"

- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.12.1"
rev: "24.4.2"
hooks:
# With notebook support:
# - id: black-jupyter
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: "1.16.0"
rev: "1.18.0"
hooks:
- id: blacken-docs
additional_dependencies: [black==23.9.1]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -52,8 +52,8 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.2"
- repo: "https://github.com/rbubley/mirrors-prettier"
rev: "v3.3.2"
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.5.0"
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
Expand All @@ -80,7 +80,7 @@ repos:

# TODO: Configure in pyproject.toml
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
rev: "v2.3.0"
hooks:
- id: codespell
exclude: >
Expand Down
Loading