Skip to content

Commit 85dbf7c

Browse files
committed
attestations: disable overeager lint
Signed-off-by: William Woodruff <[email protected]>
1 parent 7e6fac2 commit 85dbf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

attestations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def debug(msg: str):
5959
print(f"::debug::{msg}", file=sys.stderr)
6060

6161

62+
# pylint: disable=redefined-outer-name
6263
def attest_dist(dist: Path, signer: Signer) -> None:
6364
# We are the publishing step, so there should be no pre-existing publish
6465
# attestation. The presence of one indicates user confusion.

0 commit comments

Comments
 (0)