Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.4...v0.9.4)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 77b4f48 commit ed36247
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 @@ -21,7 +21,7 @@ repos:
# - slideshow
# - --
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- id: black-jupyter
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.4"
rev: "v0.9.4"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -70,13 +70,13 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.1"
hooks:
- id: codespell
args: ["-L", "precessing"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.30.0"
rev: "0.31.1"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit ed36247

Please sign in to comment.