X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=scripts%2Fpre-commit;h=e1cfb733180349084416dae48f301d795815ffc2;hb=ee89735cb3714dc7c3ec8bbd0643cf279ee9a1ef;hp=a053262bcb0c49ea34392c4b11a779e8fe2b4431;hpb=fe9b4953b3919439e8d261e76eae14349154c055;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