From 881b3e7df8a4e4cc61e20533ea7154eced330de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Sobo=C5=84?= Date: Tue, 10 Sep 2024 17:39:38 +0200 Subject: [PATCH] Make isort compatible with black (#2495) use isort's black profile --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d2e05bb28..eecf9726af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,6 +57,7 @@ repos: hooks: - id: isort name: isort (python) + args: ["--profile", "black"] - repo: https://github.com/psf/black rev: 24.8.0