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 Nov 26, 2014
1 parent 3206541 commit 787a4d9
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 787a4d9

Please sign in to comment.