Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 7242c42

Browse files
committed
chore: bump python version used for blacken session
1 parent 00d69c9 commit 7242c42

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
@@ -120,7 +120,7 @@ def lint(session):
120120
session.run("flake8", "google", "tests")
121121

122122

123-
@nox.session(python="3.13")
123+
@nox.session(python=DEFAULT_PYTHON_VERSION)
124124
def blacken(session):
125125
"""Run black. Format code to uniform standard."""
126126
session.install(BLACK_VERSION)

0 commit comments

Comments
 (0)