From 9b6bc062f4f1b2e49618e2aabca785395a5e1e3e Mon Sep 17 00:00:00 2001 From: "lielin.hyl" Date: Mon, 13 Nov 2023 20:29:25 +0800 Subject: [PATCH] * make isort consistent with local env --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index ebc6dcad3..2a22d21be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ [flake8] per-file-ignores = */__init__.py: F401 + +[isort] +known_first_party=data_juicer