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 = """