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.3.4 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.4...v0.3.5)
- [github.com/commitizen-tools/commitizen: v3.20.0 → v3.21.3](commitizen-tools/commitizen@v3.20.0...v3.21.3)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1)
- [github.com/sirosen/texthooks: 0.6.4 → 0.6.6](sirosen/texthooks@0.6.4...0.6.6)
- [github.com/streetsidesoftware/cspell-cli: v8.6.0 → v8.6.1](streetsidesoftware/cspell-cli@v8.6.0...v8.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 04b3014 commit 4b7c84b
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 @@ -5,18 +5,18 @@ ci:
- cspell
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.20.0
rev: v3.21.3
hooks:
- id: commitizen
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: (.*-lock\..*)|(.*\.lock)$
Expand Down Expand Up @@ -46,16 +46,16 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-workflows
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.6.6
hooks:
- id: fix-ligatures
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.0
rev: v8.6.1
hooks:
- id: cspell

0 comments on commit 4b7c84b

Please sign in to comment.