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/commitizen-tools/commitizen: v3.25.0 → v3.26.0](commitizen-tools/commitizen@v3.25.0...v3.26.0)
- [github.com/liblaf/pre-commit-hooks: v0.1.1 → dev](liblaf/pre-commit-hooks@v0.1.1...dev)
- [github.com/streetsidesoftware/cspell-cli: v8.8.0 → v8.8.1](streetsidesoftware/cspell-cli@v8.8.0...v8.8.1)
  • Loading branch information
pre-commit-ci[bot] authored May 20, 2024
1 parent ff63961 commit 8ce85ef
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 @@ -12,11 +12,11 @@ repos:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.25.0
rev: v3.26.0
hooks:
- id: commitizen
- repo: https://github.com/liblaf/pre-commit-hooks
rev: v0.1.1
rev: dev
hooks:
- id: prettier
exclude: (.*-lock\..*)|(.*\.lock)$
Expand Down Expand Up @@ -54,6 +54,6 @@ repos:
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.0
rev: v8.8.1
hooks:
- id: cspell

0 comments on commit 8ce85ef

Please sign in to comment.