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 0288d0f commit 852970cCopy full SHA for 852970c
.github/workflows/codeflash.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: 📦 Install Dependencies
30
run: uv sync --package pydantic-ai-slim
31
- name: ⚡️Codeflash Optimization
32
- run: uv run codeflash
+ run: uv run codeflash
pyproject.toml
@@ -293,4 +293,4 @@ module-root = "pydantic_ai_slim/pydantic_ai"
293
tests-root = "tests"
294
test-framework = "pytest"
295
ignore-paths = []
296
-formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
+formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
0 commit comments