Skip to content

Commit

Permalink
chore: upgrade pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
fuljo committed Jun 22, 2023
1 parent 0267774 commit 94d0ae8
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 @@ -7,7 +7,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
rev: v2.3.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -19,7 +19,7 @@ repos:
- id: cargo-check
- id: clippy
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.11
Expand Down

0 comments on commit 94d0ae8

Please sign in to comment.