pyproject.toml: remove tool.isort section

Ruff is going to be used instead.

Follow up of #141
This commit is contained in:
Cédric Deltheil 2023-12-11 10:49:50 +01:00 committed by Cédric Deltheil
parent 4fc5e427b8
commit 4c07225d68

View file

@ -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 = ["*"]