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: