From 78641cf7a76f3dd1809cad6d7ce0e3074c1eae6a Mon Sep 17 00:00:00 2001 From: gamaware <37558589+gamaware@users.noreply.github.com> Date: Sun, 21 Jun 2026 00:28:43 +0000 Subject: [PATCH] chore: update pre-commit hook versions --- .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 e9a1a9b..0bcb9b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: # Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: ["--fix"]