We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5215f commit 9b1cbd5Copy full SHA for 9b1cbd5
owlbot.py
@@ -55,7 +55,10 @@
55
# Add templated files
56
# ----------------------------------------------------------------------------
57
templated_files = common.py_library(microgenerator=True, split_system_tests=True,)
58
-s.move(templated_files, excludes=["docs/multiprocessing.rst", ".coveragerc"])
+s.move(
59
+ templated_files,
60
+ excludes=["docs/multiprocessing.rst", ".coveragerc", "CODEOOWNERS"],
61
+)
62
63
python.py_samples(skip_readmes=True)
64
0 commit comments