diff --git a/pyproject.toml b/pyproject.toml index a38928a..02ca4e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,12 +77,6 @@ line-length = 120 [tool.docformatter] black = true -[tool.isort] -profile = "black" -force_sort_within_sections = true -order_by_type = true -combine_as_imports = true - [tool.pyright] include = ["src/refiners", "tests", "scripts"] strict = ["*"]