Skip to content

Commit

Permalink
Merge pull request #19 from johnlettman/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
johnlettman authored Oct 9, 2024
2 parents 514b920 + d5dbfe0 commit 4cc15fb
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 4cc15fb

Please sign in to comment.