Skip to content

ci: add ruff linting and formatting to CI pipeline#3

Merged
urmzd merged 1 commit intomainfrom
ci/add-ruff-linting
Mar 29, 2026
Merged

ci: add ruff linting and formatting to CI pipeline#3
urmzd merged 1 commit intomainfrom
ci/add-ruff-linting

Conversation

@urmzd
Copy link
Copy Markdown
Owner

@urmzd urmzd commented Mar 29, 2026

Summary

  • Add ruff as dev dependency with E/F/I lint rules and 120 char line limit
  • Add lint and format check steps to CI workflow
  • Fix all existing lint issues (unused imports, unsorted imports, long lines) and apply consistent formatting

Test plan

  • CI lint and format steps pass
  • Installation check still succeeds

Add ruff as dev dependency with E/F/I rules and 120 char line limit.
Fix all lint issues (unused imports, unsorted imports, long lines) and
apply consistent formatting across the codebase.
@urmzd urmzd merged commit cb75411 into main Mar 29, 2026
1 check 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