From b832eeca15891475a59dea4999a626e7e859066e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 14 Jul 2024 11:27:53 +0300 Subject: [PATCH] .pre-commit-config.yaml: update prettier repo --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2502df30..b441936c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,8 +27,8 @@ repos: # to be defined here for identical behaviour between `poetry run mypy` # and `pre-commit run mypy`. additional_dependencies: [attrs==23.2.0] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.3.3 hooks: - id: prettier name: prettier