From 9e4ed5918b07cd1743ab16b92d31a1842a01a113 Mon Sep 17 00:00:00 2001 From: Aditya Pachauri <103623274+AdityyaX@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:59:52 +0530 Subject: [PATCH] isort added --- .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 0a01341b..951bc9be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,4 +13,4 @@ repos: rev: 5.12.0 hooks: - id: isort - \ No newline at end of file + args: ["--profile=black"] # <-- this one \ No newline at end of file