remove codeflash (#4379)

This commit is contained in:
Shuchang Zheng
2026-01-01 21:20:56 -08:00
committed by GitHub
parent 338fa9e1c8
commit 813c04c9e8
2 changed files with 0 additions and 52 deletions

View File

@@ -199,11 +199,3 @@ skyvern = "skyvern.cli.commands:cli_app"
[tool.pytest.ini_options]
norecursedirs = ["eval"]
[tool.codeflash]
# All paths are relative to this pyproject.toml's directory.
module-root = "skyvern"
tests-root = "codeflash-tests"
test-framework = "pytest"
ignore-paths = ["skyvern/client"]
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]