add known third-party with isort config
This commit is contained in:
parent
99fd9b0151
commit
d95b0c3569
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue