Codeflash GHA (#1928)

This commit is contained in:
Kevin Turcios
2025-03-17 06:54:32 +00:00
committed by GitHub
parent 568775a7f4
commit 9e474ade7b
2 changed files with 51 additions and 0 deletions

View File

@@ -135,3 +135,11 @@ plugins = "sqlalchemy.ext.mypy.plugin"
[tool.poetry.scripts]
skyvern = "skyvern.cli.commands:app"
[tool.codeflash]
# All paths are relative to this pyproject.toml's directory.
module-root = "skyvern"
tests-root = "tests"
test-framework = "pytest"
ignore-paths = ["skyvern/client"]
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]