File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
google-cloud-access-context-manager Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,15 @@ def format(session):
142142 )
143143
144144
145+ @nox .session (python = DEFAULT_PYTHON_VERSION )
146+ def mypy (session ):
147+ """Run the type checker."""
148+
149+ # TODO(https://github.com/googleapis/google-cloud-python/issues/13362):
150+ # Enable mypy once this bug is fixed.
151+ session .skip ("Skip mypy since this library doesn't have py.typed" )
152+
153+
145154@nox .session (python = DEFAULT_PYTHON_VERSION )
146155def lint_setup_py (session ):
147156 """Verify that setup.py is valid (including RST check)."""
Original file line number Diff line number Diff line change @@ -142,6 +142,15 @@ def format(session):
142142 )
143143
144144
145+ @nox .session (python = DEFAULT_PYTHON_VERSION )
146+ def mypy (session ):
147+ """Run the type checker."""
148+
149+ # TODO(https://github.com/googleapis/google-cloud-python/issues/13362):
150+ # Enable mypy once this bug is fixed.
151+ session .skip ("Skip mypy since this library doesn't have py.typed" )
152+
153+
145154@nox .session (python = DEFAULT_PYTHON_VERSION )
146155def lint_setup_py (session ):
147156 """Verify that setup.py is valid (including RST check)."""
Original file line number Diff line number Diff line change @@ -142,6 +142,15 @@ def format(session):
142142 )
143143
144144
145+ @nox .session (python = DEFAULT_PYTHON_VERSION )
146+ def mypy (session ):
147+ """Run the type checker."""
148+
149+ # TODO(https://github.com/googleapis/google-cloud-python/issues/13362):
150+ # Enable mypy once this bug is fixed.
151+ session .skip ("Skip mypy since this library doesn't have py.typed" )
152+
153+
145154@nox .session (python = DEFAULT_PYTHON_VERSION )
146155def lint_setup_py (session ):
147156 """Verify that setup.py is valid (including RST check)."""
Original file line number Diff line number Diff line change @@ -142,6 +142,15 @@ def format(session):
142142 )
143143
144144
145+ @nox .session (python = DEFAULT_PYTHON_VERSION )
146+ def mypy (session ):
147+ """Run the type checker."""
148+
149+ # TODO(https://github.com/googleapis/google-cloud-python/issues/13362):
150+ # Enable mypy once this bug is fixed.
151+ session .skip ("Skip mypy since this library doesn't have py.typed" )
152+
153+
145154@nox .session (python = DEFAULT_PYTHON_VERSION )
146155def lint_setup_py (session ):
147156 """Verify that setup.py is valid (including RST check)."""
You can’t perform that action at this time.
0 commit comments