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/cmhughes/latexindent.pl: V3.24 → V3.24.1](cmhughes/latexindent.pl@V3.24...V3.24.1)
- [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 a6ed520 commit d27ae71
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 @@ -12,7 +12,7 @@ repos:
- --fix
- id: ruff-format
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.24
rev: V3.24.1
hooks:
- id: latexindent-conda
files: \.(tex|sty|cls|bib)$
Expand All @@ -26,11 +26,11 @@ repos:
- --modifylinebreaks
- --GCString
- 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 @@ -67,6 +67,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 d27ae71

Please sign in to comment.