Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-02 | Fix check.py as pre-commit hook | xegineering | |
The file did not work properly if used via Git commit hook symlink. | |||
2024-10-02 | Add basic check.py | xegineering | |
This script should be usable as a Git pre-commit hook to make sure every commit has a running test suite and is well formatted. This commit starts with running the test suite for the module. |