File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
.librarian/generator-input/client-post-processing
packages/google-cloud-spanner Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,8 @@ replacements:
671671 *LINT_PATHS,
672672 )
673673
674+ session.run("flake8", "google", "tests")
675+
674676
675677 # Use a python runtime which is available in the owlbot post processor here
676678 # https://github.com/googleapis/synthtool/blob/master/docker/owlbot/python/Dockerfile
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ def lint(session):
113113 * LINT_PATHS ,
114114 )
115115
116+ session .run ("flake8" , "google" , "tests" )
117+
116118
117119# Use a python runtime which is available in the owlbot post processor here
118120# https://github.com/googleapis/synthtool/blob/master/docker/owlbot/python/Dockerfile
You can’t perform that action at this time.
0 commit comments