forked from pool/python-ruff
- update to 0.12.11
* Preview features * [airflow] Extend AIR311 and AIR312 rules * [airflow] Replace wrong path airflow.io.storage with airflow.io.store (AIR311) * [flake8-async] Implement blocking-http-call-httpx-in-async-function (ASYNC212) * [flake8-logging-format] Add auto-fix for f-string logging calls (G004) * [flake8-use-pathlib] Add autofix for PTH211 * [flake8-use-pathlib] Make PTH100 fix unsafe because it can change behavior * Bug fixes * [pyflakes, pylint] Fix false positives caused by __class__ cell handling (F841, PLE0117) * [pyflakes] Fix allowed-unused-imports matching for top-level modules (F401) * [ruff] Fix false positive for t-strings in default-factory-kwarg (RUF026) * [ruff] Preserve relative whitespace in multi-line expressions (RUF033) * Rule changes * [ruff] Handle empty t-strings in unnecessary-empty-iterable-within-deque-call (RUF037) * Documentation * Fix incorrect D413 links in docstrings convention FAQ * [flake8-use-pathlib] Update links to the table showing the correspondence between os and pathlib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=177
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 21:53:00 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.12.11
|
||||
* Preview features
|
||||
* [airflow] Extend AIR311 and AIR312 rules
|
||||
* [airflow] Replace wrong path airflow.io.storage with airflow.io.store (AIR311)
|
||||
* [flake8-async] Implement blocking-http-call-httpx-in-async-function (ASYNC212)
|
||||
* [flake8-logging-format] Add auto-fix for f-string logging calls (G004)
|
||||
* [flake8-use-pathlib] Add autofix for PTH211
|
||||
* [flake8-use-pathlib] Make PTH100 fix unsafe because it can change behavior
|
||||
* Bug fixes
|
||||
* [pyflakes, pylint] Fix false positives caused by __class__ cell handling (F841, PLE0117)
|
||||
* [pyflakes] Fix allowed-unused-imports matching for top-level modules (F401)
|
||||
* [ruff] Fix false positive for t-strings in default-factory-kwarg (RUF026)
|
||||
* [ruff] Preserve relative whitespace in multi-line expressions (RUF033)
|
||||
* Rule changes
|
||||
* [ruff] Handle empty t-strings in unnecessary-empty-iterable-within-deque-call (RUF037)
|
||||
* Documentation
|
||||
* Fix incorrect D413 links in docstrings convention FAQ
|
||||
* [flake8-use-pathlib] Update links to the table showing the correspondence between os and pathlib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 11:09:22 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user