File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ def _verify_pypi(args: argparse.Namespace) -> None:
546
546
for attestation_bundle in provenance .attestation_bundles :
547
547
publisher = attestation_bundle .publisher
548
548
_check_repository_identity (expected_repository_url = args .repository , publisher = publisher )
549
- policy = publisher ._as_policy () # noqa: SLF001.
549
+ policy = publisher ._as_policy () # noqa: SLF001
550
550
for attestation in attestation_bundle .attestations :
551
551
attestation .verify (policy , dist , staging = args .staging , offline = args .offline )
552
552
except VerificationError as verification_error :
@@ -567,7 +567,7 @@ def main() -> None:
567
567
568
568
_logger .debug (args )
569
569
570
- args ._parser = parser # noqa: SLF001.
570
+ args ._parser = parser # noqa: SLF001
571
571
572
572
if args .subcommand == "sign" :
573
573
_sign (args )
You can’t perform that action at this time.
0 commit comments