From 8f75c1e207bb618c5311bf58fb2c7e7b50431114 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 07:22:22 +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.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.4.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.10 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.10...v1.5.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..112be6a 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.4.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.5.1 hooks: - id: remove-tabs exclude: ^(.*/)?Makefile$