A few improvements to validation.

This commit is contained in:
Storm Dragon
2025-07-24 14:05:51 -04:00
parent 8c233e0385
commit 94a1acbaca
4 changed files with 404 additions and 0 deletions

View File

@ -15,6 +15,7 @@ This checklist ensures thorough validation before releasing Fenrir packages.
### Validation Scripts
- `tools/validate_syntax.py` - Python syntax validation
- `tools/validate_pep8.py` - PEP8 compliance checking with safe auto-fix
- `tools/validate_release.py` - Comprehensive release validation
- `tools/cleanup_cache.py` - Remove Python cache files and directories
- `tools/pre-commit-hook` - Git pre-commit validation