From 058b4eab80c4b7ad87eccaa08b073fc6a18c87cd Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 8 May 2023 21:08:34 +0200 Subject: [PATCH] Update .pre-commit-config.yaml update pre-commit external libraries Update .pre-commit-config.yaml --- .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 b3a3977ab4b4..c67bfa9f66f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ exclude: | ) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v3.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -23,7 +23,7 @@ repos: - id: check-added-large-files - id: mixed-line-ending - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black args: ['--line-length', '100']