14
0
forked from pool/python-ruff

- update to 0.11.11:

* Preview features
   * [airflow] Add autofixes for AIR302 and AIR312 
   * [airflow] Move rules from AIR312 to AIR302 
   * [airflow] Update AIR301 and AIR311 with the latest Airflow implementations 
   * [flake8-simplify] Enable fix in preview mode (SIM117) 
 * Bug fixes
   * Fix inconsistent formatting of match-case on [] and _ 
   * [pylint] Fix PLW1514 not recognizing the encoding positional argument of codecs.open 
 * CLI
   * Add full option name in formatter warning 
 * Documentation
   * Fix rendering of admonition in docs 
   * [flake8-print] Improve print/pprint docs for T201 and T203 
   * [flake8-simplify] Add fix safety section (SIM110,SIM210)
   * [pylint] Fix docs example that produced different output (PLW0603)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=151
This commit is contained in:
2025-05-23 15:38:54 +00:00
committed by Git OBS Bridge
parent 631bceea45
commit a2f3a23b2f
5 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri May 23 15:14:16 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.11.11:
* Preview features
* [airflow] Add autofixes for AIR302 and AIR312
* [airflow] Move rules from AIR312 to AIR302
* [airflow] Update AIR301 and AIR311 with the latest Airflow implementations
* [flake8-simplify] Enable fix in preview mode (SIM117)
* Bug fixes
* Fix inconsistent formatting of match-case on [] and _
* [pylint] Fix PLW1514 not recognizing the encoding positional argument of codecs.open
* CLI
* Add full option name in formatter warning
* Documentation
* Fix rendering of admonition in docs
* [flake8-print] Improve print/pprint docs for T201 and T203
* [flake8-simplify] Add fix safety section (SIM110,SIM210)
* [pylint] Fix docs example that produced different output (PLW0603)
-------------------------------------------------------------------
Mon May 19 14:18:18 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>