From b8ffe5044d5b724670fc825e0e3afaf81ab54b28 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:56:36 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.3.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.10 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.10...v1.3.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b9a27d..909b32b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^vendor/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-docstring-first @@ -21,7 +21,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.1.10 + rev: v1.3.1 hooks: - id: remove-tabs exclude: ^(.*/)?Makefile$