Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.2...v0.4.10)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.6](python-jsonschema/check-jsonschema@0.28.2...0.28.6)
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent c526a28 commit 0c2910a
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 @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.2"
rev: "v0.4.10"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -47,7 +47,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["-L", "hist,thist,ans,nd,gaus"]
Expand All @@ -67,7 +67,7 @@ repos:
types_or: [json]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.6
hooks:
- id: check-readthedocs
- id: check-github-workflows
Expand Down

0 comments on commit 0c2910a

Please sign in to comment.