Skip to content

Commit

Permalink
Revert googleapis#2019.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Jul 23, 2016
1 parent 3fa7391 commit 75aae3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ setenv =
LOCAL_RTD = True
passenv = {[testenv:docs]passenv}

[pycodestyle]
[pep8]
exclude = docs/conf.py,gcloud/bigtable/_generated*/*,gcloud/datastore/_generated/*
verbose = 1

Expand All @@ -155,7 +155,6 @@ deps =
{[testing]deps}
pycodestyle
pylint >= 1.6.4
sphinx
setenv =
PYTHONPATH = {toxinidir}/_testing
passenv = {[testenv:system-tests]passenv}
Expand Down

0 comments on commit 75aae3b

Please sign in to comment.