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 13, 2024
1 parent f2ffb7c commit 603f2fb
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: v3.13.0
rev: v3.14.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -32,7 +32,7 @@ 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]
Expand Down

0 comments on commit 603f2fb

Please sign in to comment.