Skip to content

Commit 6ab995b

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

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
@@ -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)