I ran into 3 different issues while trying to run the verify-commits script for the first time and I think documenting them would help save time for future developers.
- I was trying to just run it with "python" and didn't realize I had multiple python versions installed and this script is only syntactically valid for python 3.x.
- I needed to import the trusted keys
- The script was hanging because it was triggering my yubikey for signature verification