codeflash/code_to_optimize/code_directories/circular_deps/pyproject.toml

8 lines
194 B
TOML
Raw Normal View History

[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"]