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 b4dc5a9 commit e71b2a7Copy full SHA for e71b2a7
packages/google-cloud-language/synth.py
@@ -43,3 +43,5 @@
43
# ----------------------------------------------------------------------------
44
templated_files = common.py_library(unit_cov_level=87, cov_level=87)
45
s.move(templated_files)
46
+
47
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments