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.1 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.1...v0.5.4)
- [github.com/cmhughes/latexindent.pl: V3.24.2 → V3.24.4](cmhughes/latexindent.pl@V3.24.2...V3.24.4)
- [github.com/commitizen-tools/commitizen: v3.27.0 → v3.28.0](commitizen-tools/commitizen@v3.27.0...v3.28.0)
- [github.com/streetsidesoftware/cspell-cli: v8.10.1 → v8.11.0](streetsidesoftware/cspell-cli@v8.10.1...v8.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent b6e6f41 commit 62f1d2b
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 @@ -5,14 +5,14 @@ ci:
- cspell
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.4
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.24.2
rev: V3.24.4
hooks:
- id: latexindent-conda
files: \.(tex|sty|cls|bib)$
Expand All @@ -26,7 +26,7 @@ repos:
- --modifylinebreaks
- --GCString
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.27.0
rev: v3.28.0
hooks:
- id: commitizen
- repo: https://github.com/liblaf/pre-commit-hooks
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.10.1
rev: v8.11.0
hooks:
- id: cspell

0 comments on commit 62f1d2b

Please sign in to comment.