Skip to content

Commit 6e7f757

Browse files
authored
Run black at end of synth.py (#6698)
* Run black at end of synth.py * blacken logging
1 parent 0cdf0bd commit 6e7f757

File tree

1 file changed

+2
-0
lines changed
  • packages/google-cloud-bigquery-datatransfer

1 file changed

+2
-0
lines changed

packages/google-cloud-bigquery-datatransfer/synth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@
6363
# ----------------------------------------------------------------------------
6464
templated_files = common.py_library(unit_cov_level=80, cov_level=80)
6565
s.move(templated_files)
66+
67+
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)