diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf5c3c58e..66bb9e0e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.3 + rev: v3.9.4 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -51,7 +51,7 @@ repos: hooks: - id: script-must-have-extension - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 # Use the latest stable version + rev: v0.23.0 # Use the latest stable version hooks: - id: markdownlint-cli2 args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file