From d167327b2a0844da48a2db38fafb16b78b0764e2 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sun, 7 Feb 2016 20:09:42 -0500 Subject: [PATCH] Added local pylint directives. --- updateHostsFile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/updateHostsFile.py b/updateHostsFile.py index 4b1ae72c9..1bc90a3bb 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -6,6 +6,9 @@ # This Python script will combine all the host files you provide # as sources into one, unique host file to keep you internet browsing happy. +# pylint: disable=invalid-name +# pylint: disable=bad-whitespace + # Making Python 2 compatible with Python 3 from __future__ import absolute_import, division, print_function, unicode_literals