From adce24e11216b88a4088b7086e8a9d3e7353bab1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:31:15 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.37.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.36.0...v0.37.0) - [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint/compare/v1.32.0...v1.33.0) - [github.com/zricethezav/gitleaks: v8.18.0 → v8.18.1](https://github.com/zricethezav/gitleaks/compare/v8.18.0...v8.18.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.2...2.7.3) - [github.com/streetsidesoftware/cspell-cli: v7.3.0 → v8.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.0...v8.0.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 477b553..3607181 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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. @@ -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 @@ -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 @@ -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: