We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b670a commit e53f7d4Copy full SHA for e53f7d4
packages/google-cloud-spanner/synth.py
@@ -130,3 +130,5 @@
130
# ----------------------------------------------------------------------------
131
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
132
s.move(templated_files)
133
+
134
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments