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

Commit bd926f7

Browse files
committed
Update noxfile.py
1 parent 1b8f7f3 commit bd926f7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

samples/snippets/noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
BLACK_VERSION = "black==22.3.0"
3333
ISORT_VERSION = "isort==5.10.1"
3434

35-
DEFAULT_PYTHON_VERSION = "3.13"
36-
3735
# Copy `noxfile_config.py` to your directory and modify it instead.
3836

3937
# `TEST_CONFIG` dict is a configuration hook that allows users to
@@ -149,7 +147,7 @@ def lint(session: nox.sessions.Session) -> None:
149147
#
150148

151149

152-
@nox.session(python=DEFAULT_PYTHON_VERSION)
150+
@nox.session
153151
def blacken(session: nox.sessions.Session) -> None:
154152
"""Run black. Format code to uniform standard."""
155153
session.install(BLACK_VERSION)

0 commit comments

Comments
 (0)