feat: update issue templates and workflows; add python compile check and sourcery integration

This commit is contained in:
Wikid82
2025-11-18 10:57:03 -05:00
parent 4026ce7138
commit a04fad2b73
16 changed files with 64 additions and 32 deletions

5
tools/python_compile_check.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
# Run python -m compileall quietly to catch syntax errors in the repo.
python -m compileall -q .