From 1d6fb24ebef7d6118c8cdd40e1d11bb11d9386f0 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Fri, 26 Aug 2022 20:22:51 +0200 Subject: [PATCH] chore: use isort profile "black" and remove default settings --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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