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 ed8137a commit bd00e01Copy full SHA for bd00e01
packages/google-cloud-securitycenter/synth.py
@@ -38,3 +38,5 @@
38
# ----------------------------------------------------------------------------
39
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
40
s.move(templated_files)
41
+
42
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments