From 5376cdc2d29574105195cc0df83386fc6a6c4a4b Mon Sep 17 00:00:00 2001 From: Philipp Wollschlegel Date: Mon, 23 Oct 2023 09:23:30 +0200 Subject: [PATCH] pre commit comfiguration current versions --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 227a4023..8a6ae2c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: requirements-txt-fixer - id: sort-simple-yaml - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/Lucas-C/pre-commit-hooks