sbp commented on issue #490: URL: https://github.com/apache/tooling-trusted-releases/issues/490#issuecomment-3729583374
A [recent run, after the aforementioned commit](https://github.com/apache/tooling-trusted-releases/actions/runs/20857606581/job/59928438860?pr=488) on #488 shows that this is still failing. The specific error is: ``` pre-commit hook(s) made changes. If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. To run `pre-commit` as part of git workflow, use `pre-commit install`. All changes made by hooks: diff --git a/scripts/generate-certificates b/scripts/generate-certificates index 330a0b1..26791d7 100755 --- a/scripts/generate-certificates +++ b/scripts/generate-certificates @@ -1,6 +1,5 @@ #!/usr/bin/env python3 import datetime -import ipaddress import os from cryptography import x509 Error: Process completed with exit code 1. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
