14
0
forked from pool/python-ruff

- update to 0.12.10

* Preview features
  * [flake8-simplify] Implement fix for maxsplit without separator (SIM905) 
  * [flake8-use-pathlib] Add fixes for PTH102 and PTH103 
 * Bug fixes
  * [isort] Handle multiple continuation lines after module docstring (I002) 
  * [pyupgrade] Avoid reporting __future__ features as unnecessary when they are used (UP010) 
  * [pyupgrade] Handle nested Optionals (UP045) 
 * Rule changes
  * [pycodestyle] Make E731 fix unsafe instead of display-only for class assignments 
  * [pyflakes] Add secondary annotation showing previous definition (F811) 
 * Documentation
  * Fix description of global config file discovery strategy 
  * Update outdated links to https://typing.python.org/en/latest/source/stubs.html 
  * [flake8-annotations] Remove unused import in example (ANN401)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=175
This commit is contained in:
2025-08-22 11:11:20 +00:00
committed by Git OBS Bridge
parent 2a7c4255b3
commit 669e9d4a4c
5 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Aug 22 11:09:22 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.12.10
* Preview features
* [flake8-simplify] Implement fix for maxsplit without separator (SIM905)
* [flake8-use-pathlib] Add fixes for PTH102 and PTH103
* Bug fixes
* [isort] Handle multiple continuation lines after module docstring (I002)
* [pyupgrade] Avoid reporting __future__ features as unnecessary when they are used (UP010)
* [pyupgrade] Handle nested Optionals (UP045)
* Rule changes
* [pycodestyle] Make E731 fix unsafe instead of display-only for class assignments
* [pyflakes] Add secondary annotation showing previous definition (F811)
* Documentation
* Fix description of global config file discovery strategy
* Update outdated links to https://typing.python.org/en/latest/source/stubs.html
* [flake8-annotations] Remove unused import in example (ANN401)
-------------------------------------------------------------------
Fri Aug 15 12:56:45 UTC 2025 - Dirk Müller <dmueller@suse.com>