We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee0533 commit f59ee72Copy full SHA for f59ee72
noxfile.py
@@ -110,7 +110,7 @@ def lint(session):
110
# and only 3.8).
111
# As soon as that gets upgraded, we should be able to revert this session
112
# to using the DEFAULT_PYTHON_VERSION.
113
-@nox.session(python="3.10")
+@nox.session(python="3.8")
114
def blacken(session):
115
"""Run black. Format code to uniform standard."""
116
session.install(BLACK_VERSION)
0 commit comments