mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
11 lines
132 B
TOML
11 lines
132 B
TOML
exclude = [
|
|
"templates",
|
|
"__init__.py",
|
|
"examples/custom_flow_script.py",
|
|
]
|
|
|
|
[lint]
|
|
select = [
|
|
"I", # isort rules
|
|
]
|