nightly-bd325df2-ls297
Pre-release
Pre-release
·
59 commits
to nightly
since this release
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,
andA. - 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, andinput - adds a few targeted
noqaexceptions 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-revsso these broad lint-only commits are
ignored in blame, keeping future history easier to review.