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.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/adrienverge/yamllint: v1.27.1 → v1.32.0](adrienverge/yamllint@v1.27.1...v1.32.0)
- [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.35.0](igorshubovych/markdownlint-cli@v0.32.2...v0.35.0)
- [github.com/Yelp/detect-secrets: v1.3.0 → v1.4.0](Yelp/detect-secrets@v1.3.0...v1.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 20, 2023
1 parent 223f6ce commit 821f14e
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
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,7 +20,7 @@ repos:
# exclude: LICENSE|requirements
files: \.(md|mdown|markdown|yml)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.27.1
rev: v1.32.0
hooks:
- id: yamllint
# - repo: https://github.com/codespell-project/codespell
Expand All @@ -29,10 +29,10 @@ repos:
# - id: codespell
# args: [--ignore-words=.dictionary.txt]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.35.0
hooks:
- id: markdownlint
- repo: https://github.com/Yelp/detect-secrets
rev: v1.3.0
rev: v1.4.0
hooks:
- id: detect-secrets

0 comments on commit 821f14e

Please sign in to comment.