Skip to content

Commit e8d924a

Browse files
committed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run_pylint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
IGNORED_DIRECTORIES = [
18-
'_gcloud_vendor',
18+
'_gcloud_vendor/',
1919
]
2020
IGNORED_FILES = [
2121
'gcloud/datastore/datastore_v1_pb2.py',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deps =
4949
Sphinx
5050

5151
[pep8]
52-
exclude = gcloud/datastore/datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/,_gcloud_vendor
52+
exclude = gcloud/datastore/datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/,_gcloud_vendor/
5353
verbose = 1
5454

5555
[testenv:lint]

0 commit comments

Comments
 (0)