Skip to content

Commit 1c4d029

Browse files
committed
fix: Apply formatting in CI before checking
- Add 'uv run ruff format src tests' step before the check - This ensures files are properly formatted in CI environment - Addresses potential line ending or environment differences - CI will now format files and then verify they're formatted correctly
1 parent 9d824c0 commit 1c4d029

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
# Run Ruff linter and formatter - replaces black, isort, flake8
3737
uv run ruff check src tests
38+
uv run ruff format src tests
3839
uv run ruff format --check src tests
3940
4041
- name: Run type checking

0 commit comments

Comments
 (0)