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.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5)
- [github.com/commitizen-tools/commitizen: v3.26.0 → v3.27.0](commitizen-tools/commitizen@v3.26.0...v3.27.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.28.4](python-jsonschema/check-jsonschema@0.28.3...0.28.4)
- [github.com/streetsidesoftware/cspell-cli: v8.8.1 → v8.8.2](streetsidesoftware/cspell-cli@v8.8.1...v8.8.2)
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 81a7592 commit 0f30214
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 @@ -6,14 +6,14 @@ ci:
- shellcheck
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.26.0
rev: v3.27.0
hooks:
- id: commitizen
- repo: https://github.com/koalaman/shellcheck-precommit
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3
rev: 0.28.4
hooks:
- id: check-github-workflows
- repo: https://github.com/scop/pre-commit-shfmt
Expand All @@ -75,6 +75,6 @@ repos:
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.1
rev: v8.8.2
hooks:
- id: cspell

0 comments on commit 0f30214

Please sign in to comment.