From 26178e741bea5eddf152952b6538d0e028eca81e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 May 2024 07:11:59 +0300 Subject: [PATCH] pre-commit updates --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af4eab8..f7b628b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -19,13 +19,13 @@ repos: - id: trailing-whitespace exclude_types: [markdown] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + - repo: https://github.com/rbubley/mirrors-prettier + rev: "v3.2.5" hooks: - id: prettier - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.1" + rev: "2.7.3" hooks: - id: editorconfig-checker alias: ec