- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user