Skip to content

Commit 7bcafe5

Browse files
committed
trailing newline fix
1 parent 67d8a61 commit 7bcafe5

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
@@ -289,4 +289,4 @@ module-root = "pydantic_ai_slim/pydantic_ai"
289289
tests-root = "tests"
290290
test-framework = "pytest"
291291
ignore-paths = []
292-
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
292+
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]

0 commit comments

Comments
 (0)