forked from pool/python-ruff
Accepting request 1198261 from devel:languages:python
- update to 0.6.3: * Preview features * [flake8-simplify] Extend open-file-with-context-handler to work with other standard-library IO modules (SIM115) * [ruff] Avoid unused-async for functions with FastAPI route decorator (RUF029) * [ruff] Ignore fstring-missing-syntax (RUF027) for fastAPI paths * [ruff] Implement check for Decimal called with a float literal (RUF032) * [flake8-simplify] Extend open-file-with-context-handler to work with dbm.sqlite3 (SIM115) * [pycodestyle] Disable E741 in stub files (.pyi) * [pydoclint] Avoid DOC201 on explicit returns in functions that only return None * Rule changes * [flake8-bugbear] Update diagnostic message when expression is at the end of function (B015) * [flake8-pyi] Skip type annotations in string-or-bytes-too-long (PYI053) * [flake8-type-checking] Always recognise relative imports as first-party * [flake8-unused-arguments] Ignore unused arguments on stub functions (ARG001) * [pylint] Ignore augmented assignment for self-cls-assignment (PLW0642) * [flake8-async] Disable check for asyncio before Python 3.11 (ASYNC109) * Bug fixes * [pep8-naming] Don't flag from imports following conventional import names (N817) * [pylint] - Allow __new__ methods to have cls as their first argument even if decorated with @staticmethod for bad-staticmethod-argument (PLW0211) * [FastAPI] Avoid introducing invalid syntax in fix for fast-api-non-annotated-dependency (FAST002) * [flake8-implicit-str-concat] Normalize octals before merging concatenated strings in single-line-implicit-string-concatenation (ISC001) * [flake8-pytest-style] Improve help message for pytest-incorrect-mark-parentheses-style (PT023) * [pylint] Avoid autofix for calls that aren't min or max as starred expression (PLW3301) * [ruff] Add datetime.time, datetime.tzinfo, and datetime.timezone as immutable function calls (RUF009) * [ruff] Extend comment deletion for RUF100 to include trailing text from noqa directives while preserving any following comments on the same line, if any * Fix dark theme on initial page load for the Ruff playground * Server * Show full context in error log messages * Documentation * Add hyperfine installation instructions; update hyperfine code samples OBS-URL: https://build.opensuse.org/request/show/1198261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=36
This commit is contained in:
commit
331b8100f5
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 09:01:34 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.6.3:
|
||||
* Preview features
|
||||
* [flake8-simplify] Extend open-file-with-context-handler to work with other standard-library IO modules (SIM115)
|
||||
* [ruff] Avoid unused-async for functions with FastAPI route decorator (RUF029)
|
||||
* [ruff] Ignore fstring-missing-syntax (RUF027) for fastAPI paths
|
||||
* [ruff] Implement check for Decimal called with a float literal (RUF032)
|
||||
* [flake8-simplify] Extend open-file-with-context-handler to work with dbm.sqlite3 (SIM115)
|
||||
* [pycodestyle] Disable E741 in stub files (.pyi)
|
||||
* [pydoclint] Avoid DOC201 on explicit returns in functions that only return None
|
||||
* Rule changes
|
||||
* [flake8-bugbear] Update diagnostic message when expression is at the end of function (B015)
|
||||
* [flake8-pyi] Skip type annotations in string-or-bytes-too-long (PYI053)
|
||||
* [flake8-type-checking] Always recognise relative imports as first-party
|
||||
* [flake8-unused-arguments] Ignore unused arguments on stub functions (ARG001)
|
||||
* [pylint] Ignore augmented assignment for self-cls-assignment (PLW0642)
|
||||
* [flake8-async] Disable check for asyncio before Python 3.11 (ASYNC109)
|
||||
* Bug fixes
|
||||
* [pep8-naming] Don't flag from imports following conventional import names (N817)
|
||||
* [pylint] - Allow __new__ methods to have cls as their first argument even if decorated with @staticmethod for bad-staticmethod-argument (PLW0211)
|
||||
* [FastAPI] Avoid introducing invalid syntax in fix for fast-api-non-annotated-dependency (FAST002)
|
||||
* [flake8-implicit-str-concat] Normalize octals before merging concatenated strings in single-line-implicit-string-concatenation (ISC001)
|
||||
* [flake8-pytest-style] Improve help message for pytest-incorrect-mark-parentheses-style (PT023)
|
||||
* [pylint] Avoid autofix for calls that aren't min or max as starred expression (PLW3301)
|
||||
* [ruff] Add datetime.time, datetime.tzinfo, and datetime.timezone as immutable function calls (RUF009)
|
||||
* [ruff] Extend comment deletion for RUF100 to include trailing text from noqa directives while preserving any following comments on the same line, if any
|
||||
* Fix dark theme on initial page load for the Ruff playground
|
||||
* Server
|
||||
* Show full context in error log messages
|
||||
* Documentation
|
||||
* Add hyperfine installation instructions; update hyperfine code samples
|
||||
* Expand note to use Ruff with other language server in Kate
|
||||
* Update example for PT001 as per the new default behavior
|
||||
* [perflint] Improve docs for try-except-in-loop (PERF203)
|
||||
* [pydocstyle] Add reference to lint.pydocstyle.ignore-decorators setting to rule docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 17:40:41 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.6.1
|
||||
Version: 0.6.3
|
||||
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:af3ffd8c6563acb8848d33cd19a69b9bfe943667f0419ca083f8ebe4224a3436
|
||||
size 2457325
|
3
ruff-0.6.3.tar.gz
Normal file
3
ruff-0.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:183b99e9edd1ef63be34a3b51fee0a9f4ab95add123dbf89a71f7b1f0c991983
|
||||
size 2463514
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48d5ec596b94ca225cfade08e03c0edf7c7c0851ee229993f403e794ae096008
|
||||
size 27251337
|
||||
oid sha256:7663ec6a43e5a30d481ae52733f493ad466b330933f864b2b4a28a1fe4d15985
|
||||
size 27262198
|
||||
|
Loading…
Reference in New Issue
Block a user