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 Apr 28, 2024
1 parent 6aaf2c2 commit baca37b
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,18 @@ ci:
autoupdate_commit_msg: "ci(pre-commit): update pre-commit hooks"
skip:
- cspell
- shellcheck
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.1
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.22.0
rev: v3.24.0
hooks:
- id: commitizen
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.10.0
hooks:
- id: shellcheck
files: \.(bash|sh|zsh)(\.tmpl)?$
types:
- text
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
Expand Down Expand Up @@ -57,19 +49,6 @@ repos:
rev: 0.28.2
hooks:
- id: check-github-workflows
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
hooks:
- id: shfmt
files: \.(bash|sh|zsh)(\.tmpl)?$
types:
- text
args:
- --write
- --simplify
- --indent=2
- --case-indent
- --space-redirects
- repo: https://github.com/sirosen/texthooks
rev: 0.6.6
hooks:
Expand Down

0 comments on commit baca37b

Please sign in to comment.