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 4aa992c commit 4f2c966Copy full SHA for 4f2c966
packages/google-cloud-videointelligence/synth.py
@@ -64,3 +64,5 @@
64
# ----------------------------------------------------------------------------
65
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
66
s.move(templated_files)
67
+
68
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments