diff --git a/pyproject.toml b/pyproject.toml index cd2ba59fa..b126593c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,14 +106,9 @@ vcs = "git" target-version = ['py36'] [tool.isort] +profile = "black" combine_as_imports = true -default_section = "THIRDPARTY" -force_grid_wrap = 0 -include_trailing_comma = true known_first_party = ["copier"] -line_length = 88 -multi_line_output = 3 # black interop -use_parentheses = true [tool.mypy] ignore_missing_imports = true