Skip to content

Commit c0ae41f

Browse files
committed
Update pyproject.toml
1 parent 07365bc commit c0ae41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.codeflash]
22
disable-imports-sorting = true
33
disable-telemetry = true
4-
formatter-cmds = ["uv run ruff check --exit-zero --fix $file", "uv run ruff format $file"]
4+
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
55
module-root = "src/aviary"
66
test-framework = "pytest"
77
tests-root = "tests"

0 commit comments

Comments
 (0)