From 84a761ddd50988af9830f320e50414cbe19400c8 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 13 Aug 2023 13:50:49 +0100 Subject: [PATCH] Bump pre-commit versions Hopefully fixes pre-commit issues in CI. --- .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 33ee529c4..05ec8c9b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,14 +20,14 @@ repos: exclude: "tsconfig\\.json$" - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.3.54 + rev: 2.7.2 hooks: - id: editorconfig-checker args: ['-disable-indentation'] exclude: "^(.*\\.(bat)|LICENSE)$" - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.0 + rev: v2.1.0 hooks: - id: reuse