From 66517c1ffcb71487e6fc25760a95f003620e3a98 Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin Date: Tue, 14 Jan 2025 14:37:29 +0100 Subject: [PATCH] Extend pre-commit config with black --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c23acad13..a19dd0756 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,10 @@ repos: rev: 5.13.2 hooks: - id: isort + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 24.10.0 + hooks: + - id: black - repo: https://github.com/csachs/pyproject-flake8 rev: v7.0.0 hooks: