Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pre-commit/pre-commit: v3.8.0 → v4.0.0](pre-commit/pre-commit@v3.8.0...v4.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 514b920 commit d5dbfe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
default_stages:
- commit
- push
- Nonepre-commitNone
- Nonepre-pushNone
minimum_pre_commit_version: 2.7.1
ci:
skip: [fmt, cargo-check, end-of-file-fixer]
autofix_prs: true
autoupdate_schedule: weekly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: detect-private-key
- id: check-byte-order-marker
Expand All @@ -22,7 +22,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
rev: v3.8.0
rev: v4.0.0
hooks:
- id: validate_manifest
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand Down

0 comments on commit d5dbfe0

Please sign in to comment.