home · contact · privacy
Use different do_GET handlers for different paths.
[plomtask] / scripts / pre-commit
index e1cfb733180349084416dae48f301d795815ffc2..9400e92d5e140340c679769d1173206741b5575a 100755 (executable)
@@ -2,5 +2,5 @@
 set -e
 python3 -m mypy *.py
 python3 -m flake8 *.py
-python3 -m pylint --good-names 'do_GET,do_POST' *.py
+python3 -m pylint *.py
 exit 0