File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
119119def 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 )
594594def 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" )
You can’t perform that action at this time.
0 commit comments