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

Initial project setup #1

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Commits on Oct 21, 2020

  1. Initial project setup

    Minimal skeleton of the project to make linters happy. To prevent
    shooting to our legs, we use mypy with dynamic typing disallowed
    (i.e. no Any in type signatures). stubs is a directory with
    annotations that are not yet present in mypy (annotations in stubs
    are incomplete and they cover only needs of this project).
    i386x committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e8446d8 View commit details
    Browse the repository at this point in the history