X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=scripts%2Fpre-commit;h=e1cfb733180349084416dae48f301d795815ffc2;hb=ee89735cb3714dc7c3ec8bbd0643cf279ee9a1ef;hp=a053262bcb0c49ea34392c4b11a779e8fe2b4431;hpb=802fad1325647a1e842dcfbdcaff3a391ac3b04c;p=plomtask diff --git a/scripts/pre-commit b/scripts/pre-commit index a053262..e1cfb73 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -1,6 +1,6 @@ #!/bin/sh set -e -python3 -m mypy task.py -python3 -m flake8 task.py -python3 -m pylint --good-names 'do_GET,do_POST' task.py +python3 -m mypy *.py +python3 -m flake8 *.py +python3 -m pylint --good-names 'do_GET,do_POST' *.py exit 0