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: