From 193e84614483f0880faaae24e8acab9bf7835424 Mon Sep 17 00:00:00 2001 From: Mathew Shen Date: Thu, 28 Sep 2023 12:40:53 +0800 Subject: [PATCH] Fix: isort and black conflict ref: https://github.com/PyCQA/isort/issues/1518 --- .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 82fb8c4..3dd5a88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: rev: 5.12.0 hooks: - id: isort - args: ["--check", "."] + args: ["--profile", "black"] - repo: https://github.com/pycqa/flake8 rev: 6.1.0 hooks: