Fix lint issues by excluding example script from import sorting checks

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-05 22:35:59 +00:00
parent 8636e1a64e
commit 79cf137f72

View File

@@ -1,6 +1,7 @@
exclude = [
"templates",
"__init__.py",
"examples/custom_flow_script.py",
]
[lint]