Compare commits

...

2 Commits

Author SHA1 Message Date
Greyson LaLonde
b3f0ac6221 Merge branch 'main' into gl/chore/disable-line-length-linting 2025-09-08 11:35:33 -04:00
Greyson Lalonde
c7d80348ec chore: disable E501 line length linting rule 2025-09-06 02:40:31 -04:00

View File

@@ -131,6 +131,7 @@ select = [
"I001", # sort imports
"I002", # remove unused imports
]
ignore = ["E501"] # ignore line too long
[tool.mypy]
exclude = ["src/crewai/cli/templates", "tests"]