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

Commit eb4591c

Browse files
authored
chore: generate python samples templates in owlbot.py (#85)
Generate python samples templates in owlbot.py
1 parent 7c81c99 commit eb4591c

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
@@ -48,6 +48,7 @@
4848
# Add templated files
4949
# ----------------------------------------------------------------------------
5050
templated_files = common.py_library(cov_level=99, microgenerator=True)
51+
python.py_samples(skip_readmes=True)
5152
s.move(
5253
templated_files, excludes=[".coveragerc"]
5354
) # the microgenerator has a good coveragerc file

0 commit comments

Comments
 (0)