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 67d8a61 commit 7bcafe5Copy full SHA for 7bcafe5
.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
@@ -289,4 +289,4 @@ module-root = "pydantic_ai_slim/pydantic_ai"
289
tests-root = "tests"
290
test-framework = "pytest"
291
ignore-paths = []
292
-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