Skip to content

Commit 2f9fc09

Browse files
committed
testing blacken as part of owlbot processing using 3.8
1 parent cbfcd1a commit 2f9fc09

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
@@ -103,7 +103,7 @@ def lint(session):
103103
session.run("flake8", "db_dtypes", "tests")
104104

105105

106-
@nox.session(python=DEFAULT_PYTHON_VERSION)
106+
@nox.session(python="3.8")
107107
def blacken(session):
108108
"""Run black. Format code to uniform standard."""
109109
session.install(BLACK_VERSION)

0 commit comments

Comments
 (0)