From 765215ea4f2e5323d054b4db4fd626ac259b7b3e Mon Sep 17 00:00:00 2001 From: jeertmans <27275099+jeertmans@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:00:33 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 085dc10..44dc416 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: trailing-whitespace exclude: ^tests/ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint-fix args: [--ignore, LICENSE.md]