From e06d845e5b25141ed8a4ca92a758439d45747a5e Mon Sep 17 00:00:00 2001 From: DanielChabrowski Date: Sat, 20 Jun 2020 01:36:16 +0200 Subject: [PATCH] Autoupdate pre-commit --- .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 aefa1dd..87128cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v1.4.0 + rev: v3.1.0 hooks: - id: check-byte-order-marker - id: check-case-conflict @@ -11,6 +11,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - rev: v1.10.4 + rev: v2.5.1 hooks: - id: validate_manifest