Skip to content

Commit fa4a191

Browse files
committed
updates linting
1 parent 8ddbf99 commit fa4a191

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/db-dtypes/noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def lint(session):
115115
# and only 3.8).
116116
# As soon as that gets upgraded, we should be able to revert this session
117117
# to using the DEFAULT_PYTHON_VERSION.
118-
@nox.session(python="3.8")
118+
@nox.session(python=DEFAULT_PYTHON_VERSION)
119119
def blacken(session):
120120
"""Run black. Format code to uniform standard."""
121121
session.install(BLACK_VERSION)
@@ -593,6 +593,6 @@ def core_deps_from_source(session):
593593
@nox.session(python=DEFAULT_PYTHON_VERSION)
594594
def mypy(session):
595595
"""Run the type checker."""
596-
# TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
596+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
597597
# Add mypy tests
598-
session.skip("mypy tests are not yet supported")
598+
session.skip("mypy tests are not yet supported")

0 commit comments

Comments
 (0)