15
0
forked from pool/python-ruff
Files
python-ruff/_service

10 lines
309 B
Plaintext
Raw Normal View History

- update to 0.12.2: * [`flake8-pyi`] Expand `Optional[A]` to `A | None` (`PYI016`) * [`pyupgrade`] Mark `UP008` fix safe if no comments are in range * [`flake8-comprehensions`] Fix `C420` to prepend whitespace when needed * [`perflint`] Fix `PERF403` panic on attribute or subscription loop variable * [`pydocstyle`] Fix `D413` infinite loop for parenthesized docstring * [`pylint`] Fix `PLW0108` autofix introducing a syntax error when the lambda's body contains an assignment expression * [`refurb`] Fix false positive on empty tuples (`FURB168`) * [`ruff`] Allow more `field` calls from `attrs` (`RUF009`) * [`ruff`] Fix syntax error introduced for an empty string followed by a u-prefixed string (`UP025`) * [flake8-errmsg] Extend EM101 to support byte strings * [flake8-use-pathlib] Add autofix for PTH202 * [pygrep-hooks] Add AsyncMock methods to invalid-mock-access (PGH005) * [pylint] Ignore __init__.py files in (PLC0414) * [ruff] Trigger RUF037 for empty string and byte strings * [formatter] Fix missing blank lines before decorated classes in .pyi files * Bug fixes * Avoid generating diagnostics with per-file ignores * Handle parenthesized arguments in remove_argument * [flake8-logging] Avoid false positive for exc_info=True outside logger.exception (LOG014) * [flake8-pytest-style] Enforce pytest import for decorators * [flake8-pytest-style] Mark autofix for PT001 and PT023 as unsafe if there's comments in the decorator * [flake8-pytest-style] PT001/PT023 fix makes syntax error on parenthesized decorator OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=161
2025-07-04 11:37:53 +00:00
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">ruff-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>