You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: apply black + fix RAT excludes for wheel dist-info
Two small fixes on top of t1mato/burr@ci/release-ci-followups so CI goes
green:
* Black formatting on the four new/modified files (auto-fix; contributor
can pull this back locally, or maintainers can just squash-in on
merge).
* Wheel RAT scan: sdist and src tarball RAT scans pass, but the
newly-added wheel scan fails because auto-generated dist-info metadata
files (METADATA, WHEEL, RECORD) have no source and no ASF header.
Added those three basename globs to .rat-excludes.
Verified locally: black + flake8 + isort clean on the touched files.
RAT reproduction not possible without the jar, but the failure signature
in CI matches this class of file exactly and the excludes are the
minimum-necessary additions.
0 commit comments