From d95b0c35695313df362c557c74fce49c51966be0 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Fri, 25 Jun 2021 07:31:32 -0500 Subject: [PATCH] add known third-party with isort config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72422ab..4ef4557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true line_length = 88 -known_third_party = "kedro" +known_third_party = ["kedro", "requests", "setuptools"] [tool.pytest.ini_options] addopts = """