From a02260e77f2bffa1347bdb7d0ca31f9a944d96b1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 26 Apr 2024 10:00:48 +0300 Subject: [PATCH] .pre-commit-config.yaml: switch prettier to rbubley's mirror --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a7864f6..cfa6e724 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,8 +67,8 @@ repos: hooks: - id: reuse - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.8" + - repo: https://github.com/rbubley/mirrors-prettier + rev: "v3.2.5" hooks: - id: prettier exclude_types: [json] @@ -76,7 +76,7 @@ repos: # https://www.npmjs.com/package/prettier "prettier@3.2.5", # https://www.npmjs.com/package/@prettier/plugin-xml - "@prettier/plugin-xml@3.2.2", + "@prettier/plugin-xml@3.4.1", ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python