- update to 0.14.7

* Preview features
  * [flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310) 
  * [pylint] Fix PLR1708 false positives on nested functions 
  * [pylint] Fix suppression for empty dict without tuple key annotation (PLE1141) 
  * [ruff] Add rule RUF066 to detect unnecessary class properties 
  * [ruff] Catch more dummy variable uses (RUF052) 
 * Bug fixes
  * [server] Set severity for non-rule diagnostics 
  * [flake8-implicit-str-concat] Avoid invalid fix in (ISC003) 
  * [parser] Fix panic when parsing IPython escape command expressions 
 * CLI
  * Show partial fixability indicator in statistics output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=204
This commit is contained in:
2025-11-29 13:50:22 +00:00
committed by Git OBS Bridge
parent 5b5b9aa5d6
commit 9b444e3266
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Nov 29 13:49:12 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.7
* Preview features
* [flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310)
* [pylint] Fix PLR1708 false positives on nested functions
* [pylint] Fix suppression for empty dict without tuple key annotation (PLE1141)
* [ruff] Add rule RUF066 to detect unnecessary class properties
* [ruff] Catch more dummy variable uses (RUF052)
* Bug fixes
* [server] Set severity for non-rule diagnostics
* [flake8-implicit-str-concat] Avoid invalid fix in (ISC003)
* [parser] Fix panic when parsing IPython escape command expressions
* CLI
* Show partial fixability indicator in statistics output
-------------------------------------------------------------------
Mon Nov 24 12:10:50 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>