15
0
forked from pool/python-ruff
Files
python-ruff/_service
Ondřej Súkup 0572f70601 - update to 0.14.7
* Preview features
  * [flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310) 
  * [pylint] Fix PLR1708 false positives on nested functions 
  * [pylint] Fix suppression for empty dict without tuple key annotation (PLE1141) 
  * [ruff] Add rule RUF066 to detect unnecessary class properties 
  * [ruff] Catch more dummy variable uses (RUF052) 
 * Bug fixes
  * [server] Set severity for non-rule diagnostics 
  * [flake8-implicit-str-concat] Avoid invalid fix in (ISC003) 
  * [parser] Fix panic when parsing IPython escape command expressions 
 * CLI
  * Show partial fixability indicator in statistics output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=204
2025-11-29 13:50:22 +00:00

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>