We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f463b77 commit 47bd997Copy full SHA for 47bd997
packages/google-cloud-dataproc/synth.py
@@ -83,3 +83,5 @@
83
# ----------------------------------------------------------------------------
84
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
85
s.move(templated_files)
86
+
87
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments