Skip to content

Commit

Permalink
ci(pre-commit): update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.5](astral-sh/ruff-pre-commit@v0.5.6...v0.6.5)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.0](commitizen-tools/commitizen@v3.28.0...v3.29.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2)
- [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.9.0-1](scop/pre-commit-shfmt@v3.8.0-1...v3.9.0-1)
- [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](sirosen/texthooks@0.6.6...0.6.7)
- [github.com/streetsidesoftware/cspell-cli: v8.13.1 → v8.13.3](streetsidesoftware/cspell-cli@v8.13.1...v8.13.3)
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 4505038 commit 6b37896
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ ci:
- shellcheck
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.5
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.29.0
hooks:
- id: commitizen
- repo: https://github.com/koalaman/shellcheck-precommit
Expand Down Expand Up @@ -52,11 +52,11 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-workflows
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
rev: v3.9.0-1
hooks:
- id: shfmt
files: \.(bash|sh|zsh)(\.tmpl)?$
Expand All @@ -69,12 +69,12 @@ repos:
- --case-indent
- --space-redirects
- repo: https://github.com/sirosen/texthooks
rev: 0.6.6
rev: 0.6.7
hooks:
- id: fix-ligatures
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.1
rev: v8.13.3
hooks:
- id: cspell

0 comments on commit 6b37896

Please sign in to comment.