codeflash/code_to_optimize/code_directories/async_e2e/pyproject.toml
Kevin Turcios fa705e1b5e first pass
2025-09-26 13:53:15 -07:00

6 lines
No EOL
183 B
TOML

[tool.codeflash]
disable-telemetry = true
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
module-root = "."
test-framework = "pytest"
tests-root = "tests"