From b0b34adbd86fc778923a766273c145cc657918cd Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 3 Sep 2024 20:24:42 +0200 Subject: finance: Add income.py This is the minimal starting point to model financial income. --- tools/check_source.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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" -- cgit v1.2.3-70-g09d2