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

feat: add type hints for public methods #613

Merged
merged 23 commits into from Apr 23, 2021
Merged

Commits on Apr 15, 2021

  1. Copy the full SHA
    5f807f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a84a87 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    887ec27 View commit details
    Browse the repository at this point in the history
  4. feat: add return type hint

    HemangChothani authored and plamut committed Apr 15, 2021
    Copy the full SHA
    984d8a0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    63a5729 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c9fd3b7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    61cb93c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c17993e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b76029c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    558163d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b3a9054 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    5529b34 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    7762366 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Copy the full SHA
    bf32b2c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f672f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Copy the full SHA
    0afc6ca View commit details
    Browse the repository at this point in the history
  2. Remove obsolete skipIf decorator from two tests

    inspect.signature() was added in Python 3.3, and the library only
    needs to suppport Python3.6+.
    plamut committed Apr 21, 2021
    Copy the full SHA
    3bdc7d8 View commit details
    Browse the repository at this point in the history
  3. Install dependencies in pytype session

    This avoids numerous unnecessary import and module attribute errors,
    rendering lots of pytype directive comments obsolete.
    plamut committed Apr 21, 2021
    Copy the full SHA
    8466b33 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dfd4317 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3a449d2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    80820f7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    055d9f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Copy the full SHA
    3c00aa5 View commit details
    Browse the repository at this point in the history