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

Fix all mypy typechecking errors, add a lot of type annotations #1399

Closed
wants to merge 7 commits into from

Commits on Nov 1, 2023

  1. Fix all mypy typechecking errors, enable the check

    Functions that don't have any type annotations aren't checked by mypy, they are skipped for now in this commit
    oprypin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b79d59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e743883 View commit details
    Browse the repository at this point in the history
  3. Add py.typed file

    oprypin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5db9b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    905b46f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    de64ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9121d7 View commit details
    Browse the repository at this point in the history
  3. Fix

    oprypin committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    70676a3 View commit details
    Browse the repository at this point in the history