From 3c697d3d6a998183b9eef26717602655b377683a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:49:36 +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: v2.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v4.6.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.4...v1.5.5) - [github.com/pycqa/pylint: v2.16.1 → v3.2.2](https://github.com/pycqa/pylint/compare/v2.16.1...v3.2.2) - [github.com/adrienverge/yamllint.git: v1.23.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.23.0...v1.35.1) - [github.com/ansible/ansible-lint.git: v4.2.0 → v24.5.0](https://github.com/ansible/ansible-lint.git/compare/v4.2.0...v24.5.0) - [github.com/igorshubovych/markdownlint-cli: v0.32.1 → v0.40.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.1...v0.40.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 c79757e45..f4f27e23e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-added-large-files - id: check-merge-conflict - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - name: Check and insert license on Python files id: insert-license @@ -62,7 +62,7 @@ repos: - '' - repo: https://github.com/pycqa/pylint - rev: "v2.16.1" + rev: "v3.2.2" hooks: - id: pylint # Use pylintrc file in repository name: Check for Linting errors on Python files @@ -73,7 +73,7 @@ repos: - -d duplicate-code - repo: https://github.com/adrienverge/yamllint.git - rev: 'v1.23.0' + rev: 'v1.35.1' hooks: - id: yamllint name: Check for Linting error on YAML files @@ -84,7 +84,7 @@ repos: args: [-c=.github/yamllintrc] - repo: https://github.com/ansible/ansible-lint.git - rev: v4.2.0 + rev: v24.5.0 hooks: - id: ansible-lint name: Check for ansible-lint errors @@ -92,7 +92,7 @@ repos: exclude: ansible_collections/arista/cvp/docs - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.1 + rev: v0.40.0 hooks: - id: markdownlint args: