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

Commit 6ab995b

Browse files
authored
Update noxfile.py
1 parent 530cc69 commit 6ab995b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def wrapper(*args, **kwargs):
108108
nox.options.error_on_missing_interpreters = True
109109

110110

111-
@nox.session(python=LINT_PYTHON_VERSION)
111+
@nox.session(python=DEFAULT_PYTHON_VERSION)
112112
@_calculate_duration
113113
def lint(session):
114114
"""Run linters.

0 commit comments

Comments
 (0)