summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-09-15tools: Rename check_source.sh to check.shHEADmainxengineering
2024-09-08finance: Add income.pyxengineering
This is the minimal starting point to model financial income.
2024-09-08tools: Add check_source.shxengineering
This script checks for common programming errors in the Python code of this repository. It might be symlinked by `.git/hooks/pre-commit` to make sure those errors do not end up in the Git history.