X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fpre-commit;h=9400e92d5e140340c679769d1173206741b5575a;hb=0b9590b2c15c246782d9a81e1df24baa73a09765;hp=a053262bcb0c49ea34392c4b11a779e8fe2b4431;hpb=fe9b4953b3919439e8d261e76eae14349154c055;p=plomtask diff --git a/scripts/pre-commit b/scripts/pre-commit index a053262..9400e92 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 *.py exit 0