Skip to content

Commit

Permalink
ci(repo): sync with repo template
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf authored and github-actions[bot] committed May 12, 2024
1 parent eca110c commit a6ed520
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 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.4.2
rev: v0.4.4
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.23.9
rev: V3.24
hooks:
- id: latexindent-conda
files: \.(tex|sty|cls|bib)$
Expand All @@ -26,16 +26,14 @@ repos:
- --modifylinebreaks
- --GCString
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.24.0
rev: v3.25.0
hooks:
- id: commitizen
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/liblaf/pre-commit-hooks
rev: v0.1.1
hooks:
- id: prettier
exclude: (.*-lock\..*)|(.*\.lock)$
stages:
- pre-commit
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand All @@ -59,7 +57,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.3
hooks:
- id: check-github-workflows
- repo: https://github.com/sirosen/texthooks
Expand All @@ -69,6 +67,6 @@ repos:
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.7.0
rev: v8.8.0
hooks:
- id: cspell

0 comments on commit a6ed520

Please sign in to comment.