summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-09-03 20:24:42 +0200
committerxengineering <me@xengineering.eu>2024-09-08 17:21:32 +0200
commitb0b34adbd86fc778923a766273c145cc657918cd (patch)
treee572fab4f78753d1d32a7723e00067caeff5b2d7 /tools
parent8043151dc8f80bdffaef1e98e1e33acc36bd58d5 (diff)
downloadfinance-py-b0b34adbd86fc778923a766273c145cc657918cd.tar
finance-py-b0b34adbd86fc778923a766273c145cc657918cd.tar.zst
finance-py-b0b34adbd86fc778923a766273c145cc657918cd.zip
finance: Add income.py
This is the minimal starting point to model financial income.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check_source.sh b/tools/check_source.sh
index a401418..de8c790 100755
--- a/tools/check_source.sh
+++ b/tools/check_source.sh
@@ -12,3 +12,4 @@ root="$(dirname "$tools")"
black "$root"
mypy --strict "$root"
flake8 "$root"
+pytest "$root"