Skip to content

Commit

Permalink
chore: Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jun 6, 2023
1 parent 719f8c2 commit a9bf61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_install_hook_types:
- commit-msg
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.2.1
rev: 3.2.2
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
- id: prettier
stages: [commit]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.5
hooks:
- id: shellcheck
stages: [commit]
Expand Down

0 comments on commit a9bf61f

Please sign in to comment.