From: Steven Black Date: Mon, 8 Feb 2016 01:09:42 +0000 (-0500) Subject: Added local pylint directives. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d167327b2a0844da48a2db38fafb16b78b0764e2;p=stevenblack-hosts.git Added local pylint directives. --- 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