Skip to content

Commit

Permalink
ci: [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v3.2.0 → v4.0.0](compilerla/conventional-pre-commit@v3.2.0...v4.0.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.4.0](codespell-project/codespell@v2.2.4...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 698c4b5 commit cc0221d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ repos:
- id: cargo-fmt
stages: [pre-commit]
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v4.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
stages: [pre-commit]
Expand All @@ -27,7 +27,7 @@ repos:
- id: mixed-line-ending
stages: [pre-commit]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.4.0
hooks:
- id: codespell
args: [-I, codespell-ignore]
Expand Down

0 comments on commit cc0221d

Please sign in to comment.