Skip to content

Commit 0dfbaa5

Browse files
authored
Use 'python-3.6' for 'blacken' run. (#7064)
Closes #7063.
1 parent 2a72d86 commit 0dfbaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def lint(session):
5252
session.run("flake8", "google", "tests")
5353

5454

55-
@nox.session(python="3.7")
55+
@nox.session(python="3.6")
5656
def blacken(session):
5757
"""Run black.
5858

0 commit comments

Comments
 (0)