Skip to content

nightly-bd325df2-ls297

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 09 Jun 00:19
· 59 commits to nightly since this release
2a27ca1

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-bd325df2-ls297/index.html

LinuxServer Changes:

Full Changelog: nightly-b208fe5d-ls296...nightly-bd325df2-ls297

Remote Changes:

lint: enable flake8-pie, flake8-return, flake8-builtins (#6691)

  • Enables additional Ruff lint rules in pyproject.toml: PIE, RET,
    and A.
  • Applies the required cleanup across the codebase, mostly as
    non-functional refactors:
    • simplifies return/control-flow patterns
  • renames variables that shadow Python builtins like id, dir,
    type, hash, and input
  • adds a few targeted noqa exceptions where names are part of stable
    APIs or intentional signatures
  • Touches core modules, plugins, tests, and docs, but the architectural
    impact is low: this is mainly a repo-wide consistency and
    maintainability pass rather than a behavior change.
  • Updates .git-blame-ignore-revs so these broad lint-only commits are
    ignored in blame, keeping future history easier to review.