mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-15 20:08:29 +00:00
* sort imports * update --------- Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> Co-authored-by: Eduardo Chiarotti <dudumelgaco@hotmail.com>
10 lines
94 B
TOML
10 lines
94 B
TOML
exclude = [
|
|
"templates",
|
|
"__init__.py",
|
|
]
|
|
|
|
[lint]
|
|
select = [
|
|
"I", # isort rules
|
|
]
|