Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42be1db

Browse filesBrowse files
authored
Use 'python-3.6' for 'blacken' run. (#7064)
Closes #7063.
1 parent b70281e commit 42be1db
Copy full SHA for 42be1db

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎logging/noxfile.py

Copy file name to clipboardExpand all lines: logging/noxfile.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.