Skip to content

Commit

Permalink
style(bigquery): add code samples to lint check (#9277)
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut authored and tswast committed Sep 26, 2019
1 parent f6e185f commit c037a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigquery/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def lint(session):
session.install("-e", ".")
session.run("flake8", os.path.join("google", "cloud", "bigquery"))
session.run("flake8", "tests")
session.run("flake8", os.path.join("docs", "samples"))
session.run("flake8", os.path.join("docs", "snippets.py"))
session.run("black", "--check", *BLACK_PATHS)

Expand Down

0 comments on commit c037a51

Please sign in to comment.