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 committed Nov 29, 2018
1 parent 5125df3 commit cac56e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-scheduler/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=79, cov_level=80)
s.move(templated_files)

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

0 comments on commit cac56e1

Please sign in to comment.