Add pre-push checksum update

This commit is contained in:
thePR0M3TH3AN
2025-07-01 17:21:18 -04:00
parent 46dd2353d1
commit f82db4a4a4
3 changed files with 45 additions and 0 deletions

View File

@@ -13,3 +13,10 @@ repos:
hooks:
- id: bandit
name: bandit
- repo: local
hooks:
- id: update-checksum
name: update-checksum
entry: python scripts/update_checksum.py
language: system
stages: [push]