From 0589d03895020881ed5d37164b638fba58a4322f Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 13 Dec 2024 11:44:51 -0700 Subject: [PATCH] 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 f5aeec30..2a644504 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: black types: [file, python] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint types: [file, markdown]