diff --git a/pyproject.toml b/pyproject.toml index e214775..a1d0694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,3 +22,7 @@ isort = {version = "^5.9.1", python = ">=3.6.1"} [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" + +[tool.isort] +profile = "black" +line_length=88 diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 9eea40a..0000000 --- a/setup.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[isort] -multi_line_output=3 -include_trailing_comma=True -force_grid_wrap=0 -use_parentheses=True -line_length=88