- update to 0.14.9

* Preview features
  * [ruff] New RUF100 diagnostics for unused range suppressions 
  * [pylint] Detect subclasses of builtin exceptions (PLW0133) 
 * Bug fixes
  * Fix comment placement in lambda parameters 
  * Skip over trivia tokens after re-lexing 
  * [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). 
  * [flake8-bugbear] Accept immutable slice default arguments (B008) 
 * Rule changes
  * [pydocstyle] Suppress D417 for parameters with Unpack annotations 
 * Performance
  * Use memchr for computing line indexes 
 * Documentation
  * Document *.pyw is included by default in preview 
  * Document range suppressions, reorganize suppression docs 
  * Update mkdocs-material to 9.7.0 (Insiders now free)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=208
This commit is contained in:
2025-12-14 14:29:06 +00:00
committed by Git OBS Bridge
parent a8bcf895d8
commit 1be90581bb
5 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Dec 14 14:26:57 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.9
* Preview features
* [ruff] New RUF100 diagnostics for unused range suppressions
* [pylint] Detect subclasses of builtin exceptions (PLW0133)
* Bug fixes
* Fix comment placement in lambda parameters
* Skip over trivia tokens after re-lexing
* [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506).
* [flake8-bugbear] Accept immutable slice default arguments (B008)
* Rule changes
* [pydocstyle] Suppress D417 for parameters with Unpack annotations
* Performance
* Use memchr for computing line indexes
* Documentation
* Document *.pyw is included by default in preview
* Document range suppressions, reorganize suppression docs
* Update mkdocs-material to 9.7.0 (Insiders now free)
-------------------------------------------------------------------
Fri Dec 5 06:19:20 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>