Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.38.0](igorshubovych/markdownlint-cli@v0.37.0...v0.38.0)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0)
- [github.com/zricethezav/gitleaks: v8.18.0 → v8.18.1](gitleaks/gitleaks@v8.18.0...v8.18.1)
- [github.com/streetsidesoftware/cspell-cli: v7.3.2 → v8.2.0](streetsidesoftware/cspell-cli@v7.3.2...v8.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 45a561b commit a5e0a1a
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 @@ -54,20 +54,20 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: "https://github.com/igorshubovych/markdownlint-cli"
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
args: [--config, .markdownlint.json]
files: .+\.(md|markdown)$

- repo: "https://github.com/adrienverge/yamllint"
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
exclude: ^(_vendor|multipass-instance-creation/vscode-.?dev.yaml$)

- repo: "https://github.com/zricethezav/gitleaks"
rev: v8.18.0
rev: v8.18.1
hooks:
- id: gitleaks

Expand All @@ -86,7 +86,7 @@ repos:
exclude: ^(.*/LICENSE|.vscode|package(-lock)?\.json|.*\.code-workspace$)

- repo: "https://github.com/streetsidesoftware/cspell-cli"
rev: v7.3.2
rev: v8.2.0
hooks:
- id: cspell
additional_dependencies:
Expand Down

0 comments on commit a5e0a1a

Please sign in to comment.