Skip to content

chore: apply ruff formatting and lint fixes#341

Open
MannXo wants to merge 1 commit into
IBM:mainfrom
MannXo:chore/code-formatting
Open

chore: apply ruff formatting and lint fixes#341
MannXo wants to merge 1 commit into
IBM:mainfrom
MannXo:chore/code-formatting

Conversation

@MannXo
Copy link
Copy Markdown

@MannXo MannXo commented May 28, 2026

Description

Apply ruff code formatting and auto-fixable lint fixes across the codebase, as requested in #320.
Adds ruff to dev dependencies so the commands documented in CONTRIBUTING.md work out of the box.

Changes

  • Dependency update (uv lock)
  • Documentation / Tutorial update
  • Refactoring (no logic change)

Checklist

  • I have signed off my commits (DCO).

Closes #320

Add ruff to dev dependencies and run `ruff format .` and
`ruff check --fix .` across the codebase. Reformats 57 files to
consistent style and removes unused imports (14 auto-fixed lint errors).

Closes IBM#320

Signed-off-by: Parman Mohammadalizadeh <prmma23@gmail.com>
Copy link
Copy Markdown
Collaborator

@DhavalRepo18 DhavalRepo18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at the code and it looks good.

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.

Python Code formatter

2 participants