From 32bdbdf31701253ef11994b8915f33a1ec2dc34f Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Tue, 8 Nov 2022 21:14:39 +0100 Subject: [PATCH] Update pre-commit config after software update --- .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 efe266f..e5b3b16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.3.0 hooks: - id: check-shebang-scripts-are-executable - id: check-toml