diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbb72d24..413fc226 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: args: - "--profile=production" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.11.0 + rev: v0.12.1 hooks: - id: markdownlint-cli2 - repo: https://github.com/pycqa/flake8