- update to 0.14.11

* Preview features
  * Consolidate diagnostics for matched disable/enable suppression comments 
  * Report diagnostics for invalid/unmatched range suppression comments 
  * [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303) 
  * [refurb] Mark FURB192 fix as always unsafe 
  * [ruff] Add non-empty-init-module (RUF067) 
 * Bug fixes
  * [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001) 
 * Rule changes
  * Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty 
  * [pylint] Demote PLW1510 fix to display-only 
  * [pylint] Ignore identical members (PLR1714) 
  * [pylint] Improve diagnostic range for PLC0206 
  * [ruff] Improve fix title for RUF102 invalid rule code 
  * [flake8-simplify]: Avoid unnecessary builtins import for SIM105 
 * Configuration
  * Allow Python 3.15 as valid target-version value in preview 
  * Check required-version before parsing rules 
  * Include configured src directories when resolving graphs 
 * Documentation
  * Update T201 suggestion to not use root logger to satisfy LOG015 
  * Fix iter example in unsafe fixes doc 
  * [flake8_print] better suggestion for basicConfig in T201 docs 
  * [pylint] Restore the fix safety docs for PLW0133 
  * Fix Jupyter notebook discovery info for editors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=211
This commit is contained in:
2026-01-11 14:20:09 +00:00
committed by Git OBS Bridge
parent 3b4c03bf70
commit 146ddd7ace
5 changed files with 37 additions and 7 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Jan 11 13:47:45 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.11
* Preview features
* Consolidate diagnostics for matched disable/enable suppression comments
* Report diagnostics for invalid/unmatched range suppression comments
* [airflow] Passing positional argument into airflow.lineage.hook.HookLineageCollector.create_asset is not allowed (AIR303)
* [refurb] Mark FURB192 fix as always unsafe
* [ruff] Add non-empty-init-module (RUF067)
* Bug fixes
* [flake8-unused-arguments] Mark **kwargs in TypeVar as used (ARG001)
* Rule changes
* Add help: subdiagnostics for several Ruff rules that can sometimes appear to disagree with ty
* [pylint] Demote PLW1510 fix to display-only
* [pylint] Ignore identical members (PLR1714)
* [pylint] Improve diagnostic range for PLC0206
* [ruff] Improve fix title for RUF102 invalid rule code
* [flake8-simplify]: Avoid unnecessary builtins import for SIM105
* Configuration
* Allow Python 3.15 as valid target-version value in preview
* Check required-version before parsing rules
* Include configured src directories when resolving graphs
* Documentation
* Update T201 suggestion to not use root logger to satisfy LOG015
* Fix iter example in unsafe fixes doc
* [flake8_print] better suggestion for basicConfig in T201 docs
* [pylint] Restore the fix safety docs for PLW0133
* Fix Jupyter notebook discovery info for editors
-------------------------------------------------------------------
Sun Dec 21 12:50:30 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>