We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf4cfc commit 07365bcCopy full SHA for 07365bc
code_to_optimize/code_directories/futurehouse_structure/pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.codeflash]
2
disable-imports-sorting = true
3
disable-telemetry = true
4
-formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
+formatter-cmds = ["uv run ruff check --exit-zero --fix $file", "uv run ruff format $file"]
5
module-root = "src/aviary"
6
test-framework = "pytest"
7
tests-root = "tests"
0 commit comments