Skip to content

Commit 594afe6

Browse files
committed
updates the default python version for lint
1 parent dcd0e27 commit 594afe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
nox.options.error_on_missing_interpreters = True
9595

9696

97-
@nox.session(python=LINT_PYTHON_VERSION)
97+
@nox.session(python=DEFAULT_PYTHON_VERSION)
9898
def lint(session):
9999
"""Run linters.
100100

0 commit comments

Comments
 (0)