From 200a161c481e939ba499b096253f634f8b282e62 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Thu, 26 Jan 2023 08:23:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20pre-commit=20hook?= =?UTF-8?q?=20Lucas-C/pre-commit-hooks=20to=20v1.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | Lucas-C/pre-commit-hooks | v1.4.1 | v1.4.2 | --- .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 6ee75871d..59b630382 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.1 + rev: v1.4.2 hooks: - id: forbid-crlf - id: forbid-tabs - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.1 + rev: v1.4.2 hooks: - id: remove-crlf - id: remove-tabs