Skip to content

Commit

Permalink
chore(pre-commit): auto update hooks (#258)
Browse files Browse the repository at this point in the history
This is an automation, check the updated pre-commit hooks and target
files

Co-authored-by: fredclausen <fredclausen@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and fredclausen authored Feb 9, 2025
1 parent 55d71f1 commit 3d9fdc4
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 @@ -28,7 +28,7 @@ repos:
exclude: ^(Dockerfile*)

- repo: https://github.com/codespell-project/codespell.git
rev: "v2.4.0" # Use the sha / tag you want to point at
rev: "v2.4.1" # Use the sha / tag you want to point at
hooks:
- id: codespell
types: [text]
Expand All @@ -41,7 +41,7 @@ repos:
- id: shellcheck

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -54,7 +54,7 @@ repos:

# lint python formatting
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

Expand Down

0 comments on commit 3d9fdc4

Please sign in to comment.