Skip to content

fix(ci): ruff format clean#74

Merged
phitoduck merged 1 commit into
mainfrom
fix-ci-ruff-format
Jun 13, 2026
Merged

fix(ci): ruff format clean#74
phitoduck merged 1 commit into
mainfrom
fix-ci-ruff-format

Conversation

@phitoduck

Copy link
Copy Markdown
Owner

After PR #73 fixed the ruff check failure on main, ruff format --check still failed on two files:

Would reformat: src/lose_it/cli.py
Would reformat: tests/conformance/test_food_log_entry_timestamps.py

Ran uv run ruff format .. All 71 files now pass both ruff check and ruff format --check. Tests still 276/276. Version 0.8.1 → 0.8.2.

ruff format --check failed on main after the path-consolidation merge
because two files had drifted formatting:
  - src/lose_it/cli.py
  - tests/conformance/test_food_log_entry_timestamps.py

Ran `uv run ruff format .` to bring them in line. No semantic changes;
formatter touches only whitespace + line breaks. Tests stay at 276/276.
Version 0.8.1 → 0.8.2.
@phitoduck phitoduck merged commit 0b8af84 into main Jun 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant