Skip to content

Commit

Permalink
Avoid clash with same-named file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 2, 2014
1 parent aaba99e commit e8d924a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


IGNORED_DIRECTORIES = [
'_gcloud_vendor',
'_gcloud_vendor/',
]
IGNORED_FILES = [
'gcloud/datastore/datastore_v1_pb2.py',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
Sphinx

[pep8]
exclude = gcloud/datastore/datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/,_gcloud_vendor
exclude = gcloud/datastore/datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/,_gcloud_vendor/
verbose = 1

[testenv:lint]
Expand Down

0 comments on commit e8d924a

Please sign in to comment.