mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 00:02:36 +00:00
Merge remote-tracking branch 'origin/gl/chore/disable-line-length-linting' into gl/chore/project-leaf-typing-linting
This commit is contained in:
@@ -131,6 +131,7 @@ select = [
|
|||||||
"I001", # sort imports
|
"I001", # sort imports
|
||||||
"I002", # remove unused imports
|
"I002", # remove unused imports
|
||||||
]
|
]
|
||||||
|
ignore = ["E501"] # ignore line too long
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
exclude = ["src/crewai/cli/templates", "tests"]
|
exclude = ["src/crewai/cli/templates", "tests"]
|
||||||
|
|||||||
Reference in New Issue
Block a user