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 cbfcd1a commit 2f9fc09Copy full SHA for 2f9fc09
noxfile.py
@@ -103,7 +103,7 @@ def lint(session):
103
session.run("flake8", "db_dtypes", "tests")
104
105
106
-@nox.session(python=DEFAULT_PYTHON_VERSION)
+@nox.session(python="3.8")
107
def blacken(session):
108
"""Run black. Format code to uniform standard."""
109
session.install(BLACK_VERSION)
0 commit comments