Skip to content

Commit

Permalink
chore: use isort profile "black" and remove default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp authored and yajo committed Aug 28, 2022
1 parent 23ccb91 commit 1d6fb24
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Expand Up @@ -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
Expand Down

0 comments on commit 1d6fb24

Please sign in to comment.