From 2934a43f1b2d93ca283d1c70fe3e0ccf55eeb4eb Mon Sep 17 00:00:00 2001 From: mondeja Date: Mon, 1 Jul 2024 03:05:44 +0000 Subject: [PATCH] Upgrade pre-commit hooks revisions --- .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 77b819e..ad6fb6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,14 +25,14 @@ repos: - id: check-useless-excludes name: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace name: trailing-whitespace - id: end-of-file-fixer name: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.0 + rev: v0.5.0 hooks: - id: ruff args: @@ -47,7 +47,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.12.1 + rev: v0.13.0 hooks: - id: markdownlint-cli2 name: markdownlint-readme @@ -59,7 +59,7 @@ repos: name: editorconfig-checker alias: ec - repo: https://github.com/tcort/markdown-link-check - rev: v3.11.2 + rev: v3.12.2 hooks: - id: markdown-link-check name: markdown-link-check