Skip to content

Commit

Permalink
Merge pull request #185 from rodneylab/ci__update_ci_config
Browse files Browse the repository at this point in the history
ci: 🐝 update pre-commit config
  • Loading branch information
rodneylab authored Mar 1, 2025
2 parents 7f62a2c + 86394e5 commit 37aa1ce
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.2.2
rev: v4.3.0
hooks:
- id: commitizen
stages:
Expand Down Expand Up @@ -31,7 +31,7 @@ repos:
exclude: .vscode
- id: no-commit-to-branch
- repo: https://github.com/EmbarkStudios/cargo-deny
rev: 0.18.0
rev: 0.18.1
hooks:
- id: cargo-deny
args: ["--all-features", "check"]

0 comments on commit 37aa1ce

Please sign in to comment.