From 55444b7546a1a0959a9982e90c58a33ebea37290 Mon Sep 17 00:00:00 2001 From: Tompage1994 Date: Tue, 31 Dec 2024 05:11:11 +0000 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d727e5b..890e92e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ --- repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/ansible-community/ansible-lint.git' - rev: v24.5.0 + rev: v24.12.2 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649 @@ -19,11 +19,11 @@ repos: args: - "--profile=production" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.13.0 + rev: v0.17.1 hooks: - id: markdownlint-cli2 - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 name: flake8