diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a37f8f6..90d539d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,9 +40,13 @@ repos: - id: reuse - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3-1" + rev: "v4.0.0-alpha.8" hooks: - id: prettier + additional_dependencies: [ + # https://aminda.eu/n/prettier + "prettier@3.1.1", + ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: "2.7.3"