Files
crewAI/.ruff.toml
Bowen Liang 0b0f2d30ab sort imports with isort rules by ruff linter (#1730)
* sort imports

* update

---------

Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com>
2024-12-11 10:46:53 -05:00

10 lines
94 B
TOML

exclude = [
"templates",
"__init__.py",
]
[lint]
select = [
"I", # isort rules
]