mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
pyproject.toml: remove tool.isort section
Ruff is going to be used instead. Follow up of #141
This commit is contained in:
parent
4fc5e427b8
commit
4c07225d68
|
@ -77,12 +77,6 @@ line-length = 120
|
||||||
[tool.docformatter]
|
[tool.docformatter]
|
||||||
black = true
|
black = true
|
||||||
|
|
||||||
[tool.isort]
|
|
||||||
profile = "black"
|
|
||||||
force_sort_within_sections = true
|
|
||||||
order_by_type = true
|
|
||||||
combine_as_imports = true
|
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = ["src/refiners", "tests", "scripts"]
|
include = ["src/refiners", "tests", "scripts"]
|
||||||
strict = ["*"]
|
strict = ["*"]
|
||||||
|
|
Loading…
Reference in a new issue