We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f250d commit 3ddd7b2Copy full SHA for 3ddd7b2
packages/google-cloud-firestore/synth.py
@@ -50,3 +50,5 @@
50
# ----------------------------------------------------------------------------
51
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
52
s.move(templated_files)
53
+
54
+s.shell.run(["nox", "-s", "blacken"], hide_output=False)
0 commit comments