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 hints #15

Merged
merged 12 commits into from Jun 13, 2022
Merged

Add type hints #15

merged 12 commits into from Jun 13, 2022

Commits on May 3, 2022

  1. Typing: ignore second import

    hugovk committed May 3, 2022
    Copy the full SHA
    9b83619 View commit details
    Browse the repository at this point in the history
  2. Autotyping: add -> None return type to functions without any return, …

    …yield, or raise in their body
    hugovk committed May 3, 2022
    Copy the full SHA
    a6699f5 View commit details
    Browse the repository at this point in the history
  3. Autotyping: add a : bool annotation to any function parameter with a …

    …default of True or False
    hugovk committed May 3, 2022
    Copy the full SHA
    7971aa6 View commit details
    Browse the repository at this point in the history
  4. Autotyping: add an annotation to any parameter for which the default …

    …is a literal int, float, str object
    hugovk committed May 3, 2022
    Copy the full SHA
    4de3e74 View commit details
    Browse the repository at this point in the history
  5. Move final return out of else

    hugovk committed May 3, 2022
    Copy the full SHA
    a4cacf0 View commit details
    Browse the repository at this point in the history
  6. Add type hints

    Co-authored-by: Jack Edge <yellowbounder@gmail.com>
    hugovk and coiax committed May 3, 2022
    Copy the full SHA
    e8f0e85 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Silence PyCharm more generically

    Co-authored-by: coiax <yellowbounder@gmail.com>
    hugovk and coiax committed May 4, 2022
    Copy the full SHA
    0a86628 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c86b138 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    54af2f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Copy the full SHA
    dfc69cb View commit details
    Browse the repository at this point in the history
  2. Fix WARNING - griffe: humanize/time.py:104: Parameter 'when' does not…

    … appear in the function signature
    hugovk committed Jun 12, 2022
    Copy the full SHA
    5641b0e View commit details
    Browse the repository at this point in the history
  3. Fix GHA caching

    hugovk committed Jun 12, 2022
    Copy the full SHA
    f550e98 View commit details
    Browse the repository at this point in the history