add known third-party with isort config

This commit is contained in:
Waylon Walker 2021-06-25 07:31:32 -05:00
parent 99fd9b0151
commit d95b0c3569

View file

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