8 lines
194 B
TOML
8 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"]
|