Closed cmp0xff closed 4 days ago
ruff-ecosystem
resultsℹ️ ecosystem check detected linter changes. (+2 -2 violations, +0 -0 fixes in 2 projects; 52 projects unchanged)
- disnake/app_commands.py:468:7: B024 `ApplicationCommand` is an abstract base class, but it has no abstract methods + disnake/app_commands.py:468:7: B024 `ApplicationCommand` is an abstract base class, but it has no abstract methods or properties
ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --no-preview --select ALL
- airflow/secrets/base_secrets.py:26:7: B024 `BaseSecretsBackend` is an abstract base class, but it has no abstract methods + airflow/secrets/base_secrets.py:26:7: B024 `BaseSecretsBackend` is an abstract base class, but it has no abstract methods or properties
| code | total | + violation | - violation | + fix | - fix | | ---- | ------- | --------- | -------- | ----- | ---- | | B024 | 4 | 2 | 2 | 0 | 0 |
ℹ️ ecosystem check detected linter changes. (+2 -2 violations, +0 -0 fixes in 2 projects; 52 projects unchanged)
ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview
- disnake/app_commands.py:468:7: B024 `ApplicationCommand` is an abstract base class, but it has no abstract methods + disnake/app_commands.py:468:7: B024 `ApplicationCommand` is an abstract base class, but it has no abstract methods or properties
ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --preview --select ALL
- airflow/secrets/base_secrets.py:26:7: B024 `BaseSecretsBackend` is an abstract base class, but it has no abstract methods + airflow/secrets/base_secrets.py:26:7: B024 `BaseSecretsBackend` is an abstract base class, but it has no abstract methods or properties
| code | total | + violation | - violation | + fix | - fix | | ---- | ------- | --------- | -------- | ----- | ---- | | B024 | 4 | 2 | 2 | 0 | 0 |
✅ ecosystem check detected no format changes.
✅ ecosystem check detected no format changes.
@dylwil3 it's fine to merge documentation changes because we rarely mention them in the changelog :sweat_smile:
Summary
Closes #14455, migrated from https://github.com/astral-sh/docs/pull/106.
Test Plan
Updating the documentation probably does not need a test.