- update to 0.14.4
* Preview features * [flake8-simplify] Apply SIM113 when index variable is of type int * [pydoclint] Fix false positive when Sphinx directives follow a "Raises" section (DOC502) * [pydoclint] Support NumPy-style comma-separated parameters (DOC102) * [refurb] Auto-fix annotated assignments (FURB101) * [ruff] Ignore str() when not used for simple conversion (RUF065) * Bug fixes * Fix syntax error false positive on alternative match patterns * [flake8-simplify] Fix false positive for iterable initializers with generator arguments (SIM222) * [pyupgrade] Fix false positive on relative imports from local .builtins module (UP029) * [pyupgrade] Consistently set the deprecated tag (UP035) * Rule changes * [refurb] Detect empty f-strings (FURB105) * CLI * Add option to provide a reason to --add-noqa * Add upstream linter URL to ruff linter --output-format=json * Add color to --help * Documentation * Add a new "Opening a PR" section to the contribution guide * Added the PyScripter IDE to the list of "Who is using Ruff?" * Update PyCharm setup instructions * [flake8-annotations] Add link to allow-star-arg-any option (ANN401) * Other changes * [configuration] Improve error message when line-length exceeds u16::MAX OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=200
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 15 18:07:24 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.14.4
|
||||
* Preview features
|
||||
* [flake8-simplify] Apply SIM113 when index variable is of type int
|
||||
* [pydoclint] Fix false positive when Sphinx directives follow a "Raises" section (DOC502)
|
||||
* [pydoclint] Support NumPy-style comma-separated parameters (DOC102)
|
||||
* [refurb] Auto-fix annotated assignments (FURB101)
|
||||
* [ruff] Ignore str() when not used for simple conversion (RUF065)
|
||||
* Bug fixes
|
||||
* Fix syntax error false positive on alternative match patterns
|
||||
* [flake8-simplify] Fix false positive for iterable initializers with generator arguments (SIM222)
|
||||
* [pyupgrade] Fix false positive on relative imports from local .builtins module (UP029)
|
||||
* [pyupgrade] Consistently set the deprecated tag (UP035)
|
||||
* Rule changes
|
||||
* [refurb] Detect empty f-strings (FURB105)
|
||||
* CLI
|
||||
* Add option to provide a reason to --add-noqa
|
||||
* Add upstream linter URL to ruff linter --output-format=json
|
||||
* Add color to --help
|
||||
* Documentation
|
||||
* Add a new "Opening a PR" section to the contribution guide
|
||||
* Added the PyScripter IDE to the list of "Who is using Ruff?"
|
||||
* Update PyCharm setup instructions
|
||||
* [flake8-annotations] Add link to allow-star-arg-any option (ANN401)
|
||||
* Other changes
|
||||
* [configuration] Improve error message when line-length exceeds u16::MAX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 10:35:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.14.4
|
||||
Version: 0.14.5
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f459a49fe1085a749f15414ca76f61595f1a2cc8778ed7c279b6ca2e1fd19df3
|
||||
size 5587844
|
||||
3
ruff-0.14.5.tar.gz
Normal file
3
ruff-0.14.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d3b48d7d8aad423d3137af7ab6c8b1e38e4de104800f0d596990f6ada1a9fc1
|
||||
size 5615944
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e22d6d7b1d6045e5eda5c10dae0dcd28e8b253d080f7288141965da462defe37
|
||||
size 27973035
|
||||
oid sha256:2fa01acafda62514e93e4de64d1fe35f1f2f28c5e5c8181c6d5e80659d9cbf75
|
||||
size 28021658
|
||||
|
||||
Reference in New Issue
Block a user