Skip to content

Commit b717e2f

Browse files
committed
Add flake8 to lint session which was missing
1 parent dff3b0d commit b717e2f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.librarian/generator-input/client-post-processing/spanner-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/google-cloud-spanner/noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)