Skip to content

Commit c8a5f96

Browse files
partheacopybara-github
authored andcommitted
chore: Update blacken nox session to use virtualenv as backend
PiperOrigin-RevId: 834450826
1 parent 5cbbf93 commit c8a5f96

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
@@ -130,7 +130,7 @@ def lint(session):
130130
session.run("flake8", *LINT_PATHS)
131131

132132

133-
@nox.session(python=DEFAULT_PYTHON_VERSION)
133+
@nox.session(python=DEFAULT_PYTHON_VERSION, venv_backend="virtualenv")
134134
def blacken(session):
135135
"""Run black. Format code to uniform standard."""
136136
session.install(BLACK_VERSION)

0 commit comments

Comments
 (0)