Skip to content

Enable type checking on PR builds #1982

@ahsan-z-khan

Description

@ahsan-z-khan

Describe the feature you'd like
Enable type checking PR builds. mypy type checker is not enabled on the PR builds.
https://github.com/aws/sagemaker-python-sdk/blob/master/tox.ini#L133

How would this feature be used? Please describe.
It will enable static type checking on the code during PR builds.

Additional context
This needs to be enables during PR builds

[testenv:typing]
deps = mypy
commands =
    mypy src/sagemaker

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions