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 8870421 commit cf387b8Copy full SHA for cf387b8
packages/google-cloud-dns/owlbot.py
@@ -18,14 +18,16 @@
18
19
import synthtool as s
20
from synthtool import gcp
21
+from synthtool.languages import python
22
23
common = gcp.CommonTemplates()
24
25
# ----------------------------------------------------------------------------
26
# Add templated files
27
28
templated_files = common.py_library(microgenerator=True)
-python.py_samples(skip_readmes=True)
29
s.move(templated_files, excludes=["docs/multiprocessing.rst"])
30
31
+python.py_samples(skip_readmes=True)
32
+
33
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments