diff --git a/pyproject.toml b/pyproject.toml index 8a23d6c76..b99c1e6ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]