Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit d96ff05

Browse files
authored
chore: generate python samples templates in owlbot.py (#99)
Generate python samples templates in owlbot.py
1 parent 05f10cf commit d96ff05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

owlbot.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# Add templated files
3333
# ----------------------------------------------------------------------------
3434
templated_files = common.py_library(cov_level=98, microgenerator=True)
35+
python.py_samples(skip_readmes=True)
3536
s.move(
3637
templated_files, excludes=[".coveragerc"]
3738
) # the microgenerator has a good coveragerc file

0 commit comments

Comments
 (0)