package.json:15 maps version-sync to node scripts/update-version.js, which with no arg is a no-op that succeeds while verifying nothing; scripts/check-version-sync.py is the real checker.
Fix: point the script at python3 scripts/check-version-sync.py.
package.json:15 maps version-sync to node scripts/update-version.js, which with no arg is a no-op that succeeds while verifying nothing; scripts/check-version-sync.py is the real checker.
Fix: point the script at python3 scripts/check-version-sync.py.