Precommit: Fix black CVE-2024-21503 vulnerability

This commit is contained in:
mosfet80
2024-03-21 15:46:13 +01:00
committed by Chris Hennes
parent 5efc44d56a
commit 9510029234

View File

@@ -53,7 +53,7 @@ repos:
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.3.0
hooks:
- id: black
args: ['--line-length', '100']