Skip to content

Commit 852970c

Browse files
aseembits93KRRT7
authored andcommitted
trailing newline fix
1 parent 0288d0f commit 852970c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeflash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: 📦 Install Dependencies
3030
run: uv sync --package pydantic-ai-slim
3131
- name: ⚡️Codeflash Optimization
32-
run: uv run codeflash
32+
run: uv run codeflash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ module-root = "pydantic_ai_slim/pydantic_ai"
293293
tests-root = "tests"
294294
test-framework = "pytest"
295295
ignore-paths = []
296-
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
296+
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]

0 commit comments

Comments
 (0)