mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
Fix lint issues by excluding example script from import sorting checks
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
exclude = [
|
exclude = [
|
||||||
"templates",
|
"templates",
|
||||||
"__init__.py",
|
"__init__.py",
|
||||||
|
"examples/custom_flow_script.py",
|
||||||
]
|
]
|
||||||
|
|
||||||
[lint]
|
[lint]
|
||||||
|
|||||||
Reference in New Issue
Block a user