diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05e3d43..97f2426 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,8 +36,8 @@ repos: hooks: - id: codespell - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.8" + - repo: https://github.com/rbubley/mirrors-prettier + rev: "v3.3.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -47,7 +47,7 @@ repos: hooks: - id: blacken-docs args: ["-E"] - additional_dependencies: [black~=23.11] + additional_dependencies: [black~=24.0] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0