Skip to content

ci: add Ruff format check#22

Merged
tigdav merged 3 commits into
mainfrom
chore/ruff-format
Jun 13, 2026
Merged

ci: add Ruff format check#22
tigdav merged 3 commits into
mainfrom
chore/ruff-format

Conversation

@tigdav

@tigdav tigdav commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Added a Ruff format step to the CI workflow that runs ruff format --check . after ruff check ..
  • Reformatted the codebase with ruff format (auto-generated migrations excluded via the existing extend-exclude).
  • Added a Ruff badge and a "Linting & Formatting" section to the README.

Notes

  • Formatting only — no behavior or logic changes; ruff format uses the existing [tool.ruff] line length (120).
  • Verified locally with the pinned ruff version: ruff check . and ruff format --check . both exit 0.

@tigdav
tigdav merged commit fcd3a62 into main Jun 13, 2026
1 check passed
@tigdav
tigdav deleted the chore/ruff-format branch June 13, 2026 20:30
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