codeflash/code_to_optimize/code_directories/circular_deps/pyproject.toml
2025-06-29 00:23:36 +03:00

7 lines
194 B
TOML

[tool.codeflash]
# All paths are relative to this pyproject.toml's directory.
module-root = "."
tests-root = "tests"
test-framework = "pytest"
ignore-paths = []
formatter-cmds = ["black $file"]