We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc11ccb + 82bc27b commit fe4ef3cCopy full SHA for fe4ef3c
scripts/generate_json_docs.py
@@ -653,5 +653,6 @@ def main():
653
if args.show_toc:
654
print(json.dumps(toc, indent=4))
655
656
+
657
if __name__ == '__main__':
658
main()
tox.ini
@@ -196,7 +196,7 @@ deps =
196
passenv =
197
{[testenv:docs]passenv}
198
199
-[pep8]
+[pycodestyle]
200
exclude =
201
docs/conf.py,
202
bigtable/google/cloud/bigtable/_generated/*,
@@ -211,7 +211,7 @@ commands =
211
python {toxinidir}/scripts/run_pylint.py
212
deps =
213
{[testing]deps}
214
- pycodestyle
+ pycodestyle >= 2.1.0
215
pylint >= 1.6.4
216
passenv = {[testenv:system-tests]passenv}
217
0 commit comments