Skip to content

Commit f59ee72

Browse files
authored
Update noxfile.py
1 parent 2ee0533 commit f59ee72

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
@@ -110,7 +110,7 @@ def lint(session):
110110
# and only 3.8).
111111
# As soon as that gets upgraded, we should be able to revert this session
112112
# to using the DEFAULT_PYTHON_VERSION.
113-
@nox.session(python="3.10")
113+
@nox.session(python="3.8")
114114
def blacken(session):
115115
"""Run black. Format code to uniform standard."""
116116
session.install(BLACK_VERSION)

0 commit comments

Comments
 (0)