Enforce pylint using a pre-commit hook

Issue: HIC-149
Change-Id: I543c015bbbd7f36b4188d7bd4ef7dbe9bd8dc1d2
diff --git a/requirements-dev-pylint.txt b/requirements-dev-pylint.txt
index 412c31d..0888bdb 100644
--- a/requirements-dev-pylint.txt
+++ b/requirements-dev-pylint.txt
@@ -1,2 +1,3 @@
 pylint >= 2.1.0, < 2.2.0
 pylint-django >= 2.0, < 2.1
+git-pylint-commit-hook >= 2.5.0, < 2.6.0
\ No newline at end of file