Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type checking configuration to dsl #132

Merged
merged 2 commits into from
Apr 27, 2020
Merged

Add type checking configuration to dsl #132

merged 2 commits into from
Apr 27, 2020

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    8f7a8dd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add greater configuration in target dsl

    This allows the project owner to specify the strictness of type
    checks in their project. The naming of the new options draws upon
    the structure of similar options in mypy[0] ang the naming of the
    typing errors themselves.
    
    These two errors are very common ones that arise when trying to add
    steep to an existing untyped project.
    
    [0] https://mypy.readthedocs.io/en/stable/config_file.html
    alts committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    20e76df View commit details
    Browse the repository at this point in the history