Skip to content

Commit

Permalink
Use 3.6 to run black as our as autosynth uses 3.6 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Nov 30, 2018
1 parent 628a0b4 commit fa25d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def lint(session):
session.run("flake8", "google", "tests")


@nox.session(python="3.7")
@nox.session(python="3.6")
def blacken(session):
"""Run black.

Expand Down

0 comments on commit fa25d09

Please sign in to comment.