Added local pylint directives.
authorSteven Black <redacted>
Mon, 8 Feb 2016 01:09:42 +0000 (20:09 -0500)
committerSteven Black <redacted>
Mon, 8 Feb 2016 01:09:42 +0000 (20:09 -0500)
updateHostsFile.py

index 4b1ae72c9c508513e4c7ea6f9d868eb2956b27ce..1bc90a3bb5625191280f72d24d1be1d87b43e49d 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT