Skip to content

[FIX]: Change ruff noqas to human readable - #135

Merged
spencrr merged 2 commits into
microsoft:mainfrom
spencrr:dev/spencrr/fix-ruff-codes
Jul 28, 2026
Merged

[FIX]: Change ruff noqas to human readable#135
spencrr merged 2 commits into
microsoft:mainfrom
spencrr:dev/spencrr/fix-ruff-codes

Conversation

@spencrr

@spencrr spencrr commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Description

Change all noqa: XXX -> ruff: ignore[rule] and bump ruff. Since ruff check --fix with preview now changes these codes, modifying comments to pass CI.

Note also, extend-ignore is deprecated, using ignore. And toml complaints about out-of-order tables in pyproject.toml fixed. docs/**/*.md also excluded from format (introduced with ruff bump).

Breaking changes

None

Checklist

  • pre-commit run --all-files passes
  • Tests added or updated for changes
  • Documentation updated

@spencrr
spencrr requested a review from a team July 27, 2026 18:59
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@spencrr spencrr changed the title [FIX]: Change ruff s to human readable [FIX]: Change ruff noqas to human readable Jul 27, 2026

@bashirpartovi bashirpartovi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, just a minor suggestion

Comment thread pyproject.toml
@spencrr
spencrr merged commit 174f87f into microsoft:main Jul 28, 2026
14 checks passed
@spencrr
spencrr deleted the dev/spencrr/fix-ruff-codes branch July 29, 2026 01:09
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.

2 participants