Skip to content

Commit bd00e01

Browse files
authored
Run black at end of synth.py (#6698)
* Run black at end of synth.py * blacken logging
1 parent ed8137a commit bd00e01

File tree

1 file changed

+2
-0
lines changed
  • packages/google-cloud-securitycenter

1 file changed

+2
-0
lines changed

packages/google-cloud-securitycenter/synth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@
3838
# ----------------------------------------------------------------------------
3939
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
4040
s.move(templated_files)
41+
42+
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)