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 f9921e0 commit 256da29Copy full SHA for 256da29
packages/google-cloud-tasks/synth.py
@@ -69,3 +69,5 @@
69
# ----------------------------------------------------------------------------
70
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
71
s.move(templated_files)
72
+
73
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments