Skip to content
This repository has been archived by the owner on Jan 26, 2024. 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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.37.0](igorshubovych/markdownlint-cli@v0.36.0...v0.37.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/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3)
- [github.com/streetsidesoftware/cspell-cli: v7.3.0 → v8.0.0](streetsidesoftware/cspell-cli@v7.3.0...v8.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 20, 2023
1 parent f2126c7 commit adce24e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ minimum_pre_commit_version: 2.18.1
# yamllint disable rule:key-ordering
repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
# - Prevent giant files from being committed.
Expand Down Expand Up @@ -55,21 +55,21 @@ repos:
args: [--markdown-linebreak-ext=md]

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

- repo: "https://github.com/adrienverge/yamllint"
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
args: [-c=./.yamllint]
exclude: ^(_vendor|.*/vault.yml$)

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

Expand All @@ -79,7 +79,7 @@ repos:
- id: gitlint

- repo: "https://github.com/editorconfig-checker/editorconfig-checker.python"
rev: 2.7.2
rev: 2.7.3
hooks:
- id: editorconfig-checker
alias: ec
Expand All @@ -94,7 +94,7 @@ repos:
exclude: ^(requirements.yml$|roles/(postfix_mx_internal/tasks/main.yml|chronyd_libvirtd/tasks/main.yml|libvirtd_network_add/templates/v4v6natnet.xml.j2)$|support-files/sample_group_vars_all_vault.yml$)

- repo: "https://github.com/streetsidesoftware/cspell-cli"
rev: v7.3.0
rev: v8.0.0
hooks:
- id: cspell
args:
Expand Down

0 comments on commit adce24e

Please sign in to comment.