mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
6 lines
No EOL
183 B
TOML
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" |