forked from pool/python-ruff
* Preview features * [flake8-blind-except] Allow more logging methods (BLE001) * [ruff] Respect lint.pydocstyle.property-decorators in RUF066 * Bug fixes * Fix configuration path in --show-settings * Respect fmt: skip for multiple statements on the same logical line * Rule changes * [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) * [isort] Insert imports in alphabetical order (I002) * Documentation * Add llms.txt support for documentation * Use prek in documentation and CI * [flake8-pytest-style] Add check parameter example to PT017 docs * [ruff] Make example error out-of-the-box (RUF103) * [ruff] document RUF100 trailing comment fix behavior * Other changes * wasm: Require explicit logging initialization OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=213
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>
|