Skip to content

actop 1.4.14

Choose a tag to compare

@binlecode binlecode released this 09 Aug 19:03
· 78 commits to main since this release
8688f41

Changed

  • CI: bump the pinned GitHub Actions to their latest SHAs (checkout
    v7.0.1, setup-python v7.0.0, pypi-publish v1.14.1) via the
    dependabot github-actions group update (#39). No runtime or API change;
    release cut to keep main tagged and version-bumped per the repo's
    per-PR convention, which the dependabot PR bypassed.

Fixed

  • CI: pin ruff to >=0.15,<0.16 in both pyproject.toml [dev] and
    main-ci.yml. The lint step installed ruff unpinned, so a fresh runner
    pulled the new 0.16.0, whose expanded default rule set turned a
    previously-clean tree into 126 ruff check errors — breaking the lint gate
    on main with no code change. Capping below 0.16 restores a reproducible,
    green gate; bringing the code into 0.16 compliance is deferred to its own PR.