15
0
forked from pool/python-ruff

- update to 0.14.4

* Preview features
  * [formatter] Allow newlines after function headers without docstrings 
  * [formatter] Avoid extra parentheses for long match patterns with as captures 
  * [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) 
  * [refurb] Preserve argument ordering in autofix (FURB103) 
 * Bug fixes
  * [server] Fix missing diagnostics for notebooks 
  * [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 
  * [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) 
  * [ruff] Fix false positives on starred arguments (RUF057) 
 * Rule changes
  * [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) 
 * Documentation
  * Improve extend docs 
  * [flake8-comprehensions] Fix typo in C416 documentation 
  * Revise Ruff setup instructions for Zed editor 
 * Other changes
  * Make ruff analyze graph work with jupyter notebooks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=198
This commit is contained in:
2025-11-07 10:36:59 +00:00
committed by Git OBS Bridge
parent 0fe2e2bedc
commit 319d9ecd7b
5 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Nov 7 10:35:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.14.4
* Preview features
* [formatter] Allow newlines after function headers without docstrings
* [formatter] Avoid extra parentheses for long match patterns with as captures
* [refurb] Expand fix safety for keyword arguments and Decimals (FURB164)
* [refurb] Preserve argument ordering in autofix (FURB103)
* Bug fixes
* [server] Fix missing diagnostics for notebooks
* [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010
* [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157)
* [ruff] Fix false positives on starred arguments (RUF057)
* Rule changes
* [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301)
* Documentation
* Improve extend docs
* [flake8-comprehensions] Fix typo in C416 documentation
* Revise Ruff setup instructions for Zed editor
* Other changes
* Make ruff analyze graph work with jupyter notebooks
-------------------------------------------------------------------
Fri Oct 31 09:33:51 UTC 2025 - Dirk Müller <dmueller@suse.com>