Skip to content

chore: apply ruff formatting and lint fixes#341

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

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

Conversation

@MannXo

@MannXo MannXo commented May 28, 2026

Copy link
Copy Markdown
Contributor

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>

@DhavalRepo18 DhavalRepo18 left a comment

Copy link
Copy Markdown
Collaborator

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.

@DhavalRepo18

Copy link
Copy Markdown
Collaborator

@MannXo instead of resolving conflict, can you close this and make a fresh PR purely for code formatting. thanks.

@MannXo MannXo mentioned this pull request Jun 18, 2026
4 tasks
@MannXo

MannXo commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Closed in favor of the fresh formatting-only replacement PR #389, per the maintainer request to avoid resolving the stale branch conflicts.

@MannXo MannXo closed this Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python Code formatter

2 participants