Skip to content

Commit

Permalink
feat: Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 28, 2024
1 parent 07720d4 commit 55fb47e
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,12 +5,12 @@ default_install_hook_types:
- commit-msg
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.8.2
rev: v3.28.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-json
stages: [commit]
Expand All @@ -32,12 +32,12 @@ repos:
stages: [commit]
- repo: https://github.com/pre-commit/mirrors-prettier
# Use the sha or branch you want to point at
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
stages: [commit]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.10.0.1
hooks:
- id: shellcheck
stages: [commit]
Expand Down

0 comments on commit 55fb47e

Please sign in to comment.