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 f44b23d commit 5bfa40eCopy full SHA for 5bfa40e
packages/google-cloud-os-login/synth.py
@@ -44,3 +44,5 @@
44
# ----------------------------------------------------------------------------
45
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
46
s.move(templated_files)
47
+
48
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments