From 4c07225d687a093ec4c7497ba095167fffd9817f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Mon, 11 Dec 2023 10:49:50 +0100 Subject: [PATCH] pyproject.toml: remove tool.isort section Ruff is going to be used instead. Follow up of #141 --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) 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 = ["*"]