Skip to content

Commit

Permalink
pre-commit: autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [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/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.30](siderolabs/conform@v0.1.0-alpha.27...v0.1.0-alpha.30)
- [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent e6e8326 commit e3fe2ce
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 @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
files: ^DasharoModulePkg/
Expand All @@ -27,14 +27,14 @@ repos:
files: ^DasharoModulePkg/

- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
rev: v0.1.0-alpha.30
hooks:
- id: conform
stages:
- commit-msg

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.4.1
hooks:
- id: codespell
files: ^DasharoModulePkg/

0 comments on commit e3fe2ce

Please sign in to comment.