mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +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]
|
||||
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 = ["*"]
|
||||
|
|
Loading…
Reference in a new issue