X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=scripts%2Fpre-commit;h=e4480354be0edab044bc69d5fada5ab840046dfa;hb=244270eed71df45faf9554d0666b816be9876f77;hp=7abafb9cd9de85b4790b659cf2cc22fa13353db7;hpb=5a393ec6a77d8f1040763ffa3e9e908f38a0e517;p=plomtask diff --git a/scripts/pre-commit b/scripts/pre-commit index 7abafb9..e448035 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -1,5 +1,6 @@ #!/bin/sh set -e +# for dir in $(echo 'tests'); do for dir in $(echo '.' 'plomtask' 'tests'); do echo "Running mypy on ${dir}/ …." python3 -m mypy --strict ${dir}/*.py