From d7feb36ea7c7a931cc66cda14233b8e47b49afdd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 5 Nov 2023 20:10:44 +0200 Subject: [PATCH] pre-commit autoupdate --- .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 e235a7c..126f017 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.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -21,12 +21,12 @@ repos: exclude_types: [markdown] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.3" 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