Skip to content

Commit fe4ef3c

Browse files
authored
Merge pull request #2020 from daspecster/tox-pycodestyle-config
Change [pep8]-> [pycodestyle] in tox.ini
2 parents bc11ccb + 82bc27b commit fe4ef3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/generate_json_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,5 +653,6 @@ def main():
653653
if args.show_toc:
654654
print(json.dumps(toc, indent=4))
655655

656+
656657
if __name__ == '__main__':
657658
main()

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ deps =
196196
passenv =
197197
{[testenv:docs]passenv}
198198

199-
[pep8]
199+
[pycodestyle]
200200
exclude =
201201
docs/conf.py,
202202
bigtable/google/cloud/bigtable/_generated/*,
@@ -211,7 +211,7 @@ commands =
211211
python {toxinidir}/scripts/run_pylint.py
212212
deps =
213213
{[testing]deps}
214-
pycodestyle
214+
pycodestyle >= 2.1.0
215215
pylint >= 1.6.4
216216
passenv = {[testenv:system-tests]passenv}
217217

0 commit comments

Comments
 (0)