Thanks for taking a look at repo-sentinel-lite.
- Open an issue for bugs, false positives, or feature proposals.
- For security-sensitive reports, use the private reporting path described in SECURITY.md.
- Keep pull requests focused. Small, reviewable changes are preferred.
Run the stable local checks before opening a pull request:
python -m pytest -q
python -m ruff check .
python -m buildIf your change touches the pre-commit provider, also run:
pre-commit validate-manifest .pre-commit-hooks.yaml
python tests/validate_pre_commit_provider.pyDo not commit real secrets, credentials, private repository data, or unsanitized logs and examples.