From 1e3ab5213d660fbea9b7bf71beb9e7810ce3586f Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Sat, 26 Nov 2022 17:42:42 -0800 Subject: [PATCH] Update pre-commit hooks --- .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 e70d9e3..c92ced1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/prettier/prettier - rev: 2.0.2 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v2.3.0 hooks: - id: prettier - repo: local