From 7e1105bece81aa9800d33577ac892e8e12160d19 Mon Sep 17 00:00:00 2001 From: Thomas Schultz Date: Sat, 23 Jul 2016 12:30:01 -0400 Subject: [PATCH] Exclude verify_included_modules.py from lint. --- scripts/run_pylint.py | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_pylint.py b/scripts/run_pylint.py index ac04989943c1..c1a5d7364110 100644 --- a/scripts/run_pylint.py +++ b/scripts/run_pylint.py @@ -33,6 +33,7 @@ IGNORED_DIRECTORIES = [ os.path.join('gcloud', 'bigtable', '_generated'), os.path.join('gcloud', 'datastore', '_generated'), + 'scripts/verify_included_modules.py', ] IGNORED_FILES = [ os.path.join('docs', 'conf.py'), diff --git a/tox.ini b/tox.ini index b87dcef0610a..006dbffe3ec5 100644 --- a/tox.ini +++ b/tox.ini @@ -155,7 +155,6 @@ deps = {[testing]deps} pycodestyle pylint >= 1.6.4 - sphinx setenv = PYTHONPATH = {toxinidir}/_testing passenv = {[testenv:system-tests]passenv}