From e50dff7f09f3dccc4ee82f7a0fa92d3cd50e921b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 17 Oct 2023 10:41:38 +0300 Subject: [PATCH] pre-commit autoupdate --- .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 107b05a..91b70ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,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 @@ -25,15 +25,15 @@ repos: exclude: ^LICENSES\/.*|LICENSE$ exclude_types: [tsv, 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 - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.2 + rev: v2.1.0 hooks: - id: reuse