forked from pool/python-ruff
Ondřej Súkup
6408889776
* Preview features * Implement multiline dictionary and list hugging for preview style * Implement the fix_power_op_line_length preview style * Use Python version to determine typing rewrite safety * [flake8-annotations] Enable auto-return-type involving Optional and Union annotations * [flake8-bandit] Implement django-raw-sql (S611) * [flake8-bandit] Implement tarfile-unsafe-members (S202) * [flake8-pyi] Implement fix for unnecessary-literal-union (PYI030) * [flake8-simplify] Extend dict-get-with-none-default (SIM910) to non-literals * [pylint] - add unnecessary-list-index-lookup (PLR1736) + autofix * [pylint] - implement R0202 and R0203 with autofixes * [pylint] Implement repeated-keyword (PLe1132) * [pylint] Implement too-many-positional (PLR0917) * [pylint] Implement unnecessary-dict-index-lookup (PLR1733) * [refurb] Implement redundant-log-base (FURB163) * Rule changes * [flake8-boolean-trap] Allow booleans in @override methods * [flake8-bugbear] Avoid B015,B018 for last expression in a cell * [flake8-pie] Allow ellipses for enum values in stub files * [flake8-pyi] Check PEP 695 type aliases for snake-case-type-alias and t-suffixed-type-alias * [flake8-pyi] Check for kwarg and vararg NoReturn type annotations * [flake8-simplify] Omit select context managers from SIM117 * [pep8-naming] Allow Django model loads in non-lowercase-variable-in-function (N806) * [pycodestyle] Avoid E703 for last expression in a cell * [pycodestyle] Update E402 to work at cell level for notebooks * [pydocstyle] Avoid D100 for Jupyter Notebooks * [pylint] Implement fix for unspecified-encoding (PLW1514) * Formatter * Avoid unstable formatting in ellipsis-only body with trailing comment OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=20
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
<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>
|
|
</services>
|