Skip to content

Commit

Permalink
feat: Update pre-commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Oct 21, 2023
1 parent 7893ef8 commit ac339a7
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.2.2
rev: 3.12.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.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.0-alpha.9-for-vscode
rev: v3.0.3
hooks:
- id: prettier
stages: [commit]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
stages: [commit]
Expand Down

0 comments on commit ac339a7

Please # to comment.