Skip to content

Commit

Permalink
chore: generate python samples templates in owlbot.py (#151)
Browse files Browse the repository at this point in the history
Generate python samples templates in owlbot.py
  • Loading branch information
busunkim96 authored Aug 18, 2021
1 parent 6bb13d7 commit c807f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-build/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
microgenerator=True,
cov_level=99,
)
python.py_samples(skip_readmes=True)
s.move(templated_files, excludes=[".coveragerc"]) # microgenerator has a good .coveragerc file

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit c807f01

Please sign in to comment.