* Preview features * Discover Markdown files by default in preview mode * [perflint] Extend PERF102 to comprehensions and generators * [refurb] Fix FURB101 and FURB103 false positives when I/O variable is used later * [ruff] Add fix for none-not-at-end-of-union (RUF036) * [ruff] Fix false positive for re.split with empty string pattern (RUF055) * Bug fixes * [fastapi] Handle callable class dependencies with __call__ method (FAST003) * [pydocstyle] Fix numpy section ordering (D420) * [pyflakes] Fix false positive for names shadowing re-exports (F811) * [pyupgrade] Avoid inserting redundant None elements in UP045 * Documentation * Document extension mapping for Markdown code formatting * Update default Python version examples OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=222
10 lines
309 B
Plaintext
10 lines
309 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>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|