14
0
forked from pool/python-ruff

- update to 0.11.6

* Preview features
   * Avoid adding whitespace to the end of a docstring after an escaped quote 
   * [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311)
 * Bug fixes
   * Raise syntax error when \ is at end of file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=142
This commit is contained in:
2025-04-21 12:51:48 +00:00
committed by Git OBS Bridge
parent 009a28e8cf
commit 67f80e98db
5 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 21 12:16:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.11.6
* Preview features
* Avoid adding whitespace to the end of a docstring after an escaped quote
* [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311)
* Bug fixes
* Raise syntax error when \ is at end of file
-------------------------------------------------------------------
Fri Apr 11 13:52:09 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>