Skip to content

Commit c037a51

Browse files
plamuttswast
authored andcommitted
style(bigquery): add code samples to lint check (googleapis#9277)
1 parent f6e185f commit c037a51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bigquery/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def lint(session):
150150
session.install("-e", ".")
151151
session.run("flake8", os.path.join("google", "cloud", "bigquery"))
152152
session.run("flake8", "tests")
153+
session.run("flake8", os.path.join("docs", "samples"))
153154
session.run("flake8", os.path.join("docs", "snippets.py"))
154155
session.run("black", "--check", *BLACK_PATHS)
155156

0 commit comments

Comments
 (0)