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 Feb 11, 2023
1 parent 69135c5 commit 22915e3
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: v2.29.4
rev: v2.42.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.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: v2.7.1
rev: v3.0.0-alpha.4
hooks:
- id: prettier
stages: [commit]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.2
hooks:
- id: shellcheck
stages: [commit]
Expand Down

0 comments on commit 22915e3

Please sign in to comment.