Skip to content

Commit

Permalink
Run black at end of synth.py (#6698)
Browse files Browse the repository at this point in the history
* Run black at end of synth.py
* blacken logging
  • Loading branch information
crwilcox authored Nov 29, 2018
1 parent 0cdf0bd commit 6e7f757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=80, cov_level=80)
s.move(templated_files)

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 6e7f757

Please sign in to comment.