feat: add crewai train CLI command

This commit is contained in:
Eduardo Chiarotti
2024-05-16 19:43:33 -03:00
parent 5de494c99b
commit a958b31768
11 changed files with 86 additions and 11 deletions

View File

@@ -2,6 +2,8 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
args: [--fix]
args: ["--fix"]
exclude: "templates"
- id: ruff-format
exclude: "templates"