We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41a2bf commit 10f745dCopy full SHA for 10f745d
packages/google-cloud-container/synth.py
@@ -57,3 +57,5 @@
57
# ----------------------------------------------------------------------------
58
templated_files = common.py_library(unit_cov_level=76, cov_level=77)
59
s.move(templated_files)
60
+
61
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments