Set max line length to 80

Configure the linters to accept a line length of 80 characters,
in line with the Google coding style.

Issue: HIC-172
Change-Id: Ie273abab3326c59b4c88739e6b6d7760bc656759
diff --git a/.pylintrc b/.pylintrc
index f670eb3..396799f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -20,4 +20,4 @@
 [FORMAT]
 
 # Maximum number of characters on a single line.
-max-line-length=79
+max-line-length=80