Skip to content

Conversation

@MichaReiser
Copy link
Member

Summary

I accidentially dropped this commit from the Ruff 0.10 release. See #16699

@MichaReiser MichaReiser added the rule Implementing or modifying a lint rule label Mar 14, 2025
@github-actions
Copy link
Contributor

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+5 -0 violations, +0 -0 fixes in 5 projects; 50 projects unchanged)

apache/airflow (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --no-fix --output-format concise --no-preview --select ALL

+ docs/exts/exampleinclude.py:1:1: PGH004 Use specific rule codes when using `ruff: noqa`

apache/superset (+1 -0 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --no-fix --output-format concise --no-preview --select ALL

+ tests/integration_tests/superset_test_config_sqllab_backend_persist_off.py:17:1: PGH004 Use specific rule codes when using `ruff: noqa`

pytest-dev/pytest (+1 -0 violations, +0 -0 fixes)

+ testing/code/test_source.py:2:1: PGH004 Use specific rule codes when using `ruff: noqa`

pdm-project/pdm (+1 -0 violations, +0 -0 fixes)

+ src/pdm/installers/__init__.py:1:1: PGH004 Use specific rule codes when using `ruff: noqa`

astropy/astropy (+1 -0 violations, +0 -0 fixes)

+ astropy/io/ascii/__init__.py:3:1: PGH004 Use specific rule codes when using `ruff: noqa`

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
PGH004 5 5 0 0 0

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser added the breaking Breaking API change label Mar 14, 2025
@MichaReiser MichaReiser merged commit 14c5ed5 into main Mar 14, 2025
21 checks passed
@MichaReiser MichaReiser deleted the micha/blanked-noqa-file-level2 branch March 14, 2025 08:37
dcreager added a commit that referenced this pull request Mar 14, 2025
* main:
  [red-knot] Use `try_call_dunder` for augmented assignment (#16717)
  [red-knot] Document current state of attribute assignment diagnostics (#16746)
  [red-knot] Case sensitive module resolver (#16521)
  [red-knot] Very minor simplification of the render tests (#16759)
  [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)
  ruff_db: add a new diagnostic renderer
  ruff_db: add `context` configuration
  red_knot: plumb through `DiagnosticFormat` to the CLI
  ruff_db: add concise diagnostic mode
  [syntax-errors] Star annotations before Python 3.11 (#16545)
  [syntax-errors] Star expression in index before Python 3.11 (#16544)
  Ruff 0.11.0 (#16723)
  [red-knot] Preliminary tests for typing.Final (#15917)
  [red-knot] fix: improve type inference for binary ops on tuples (#16725)
  [red-knot] Assignments to attributes (#16705)
  [`pygrep-hooks`]: Detect file-level suppressions comments without rul… (#16720)
  Fallback to requires-python in certain cases when target-version is not found (#16721)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking API change rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants