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 ab65636 commit 6edeae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-websecurityscanner/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
s.move(templated_files)

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

0 comments on commit 6edeae0

Please sign in to comment.