mirror of
https://github.com/pre-commit/pre-commit.git
synced 2025-12-29 13:00:11 -06:00
remove sha256 file from zipapp script
github displays the checksum for us now!
This commit is contained in:
@@ -107,9 +107,6 @@ def main() -> int:
|
||||
shebang = '/usr/bin/env python3'
|
||||
zipapp.create_archive(tmpdir, filename, interpreter=shebang)
|
||||
|
||||
with open(f'{filename}.sha256sum', 'w') as f:
|
||||
subprocess.check_call(('sha256sum', filename), stdout=f)
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user