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

Begin mypy type-checking #229

Merged
merged 21 commits into from
May 8, 2024
Merged

Begin mypy type-checking #229

merged 21 commits into from
May 8, 2024

Commits on Apr 26, 2024

  1. mypy config

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    889bc7a View commit details
    Browse the repository at this point in the history
  2. narrow initial type-checking

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    57b529e View commit details
    Browse the repository at this point in the history
  3. add type stubs

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    208b61d View commit details
    Browse the repository at this point in the history
  4. typing issues part 1

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8339e8c View commit details
    Browse the repository at this point in the history
  5. allow any generics

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cd6402d View commit details
    Browse the repository at this point in the history
  6. compat typing

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1271f03 View commit details
    Browse the repository at this point in the history
  7. make types

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    135beac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b616d7f View commit details
    Browse the repository at this point in the history
  9. pre-commit fixes

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4194d3b View commit details
    Browse the repository at this point in the history
  10. remove explicit override

    this would require depending on typing_extensions
    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6a1b46f View commit details
    Browse the repository at this point in the history
  11. exceptions

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    708b7e1 View commit details
    Browse the repository at this point in the history
  12. implicity rexport

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dbd5152 View commit details
    Browse the repository at this point in the history
  13. type ignores

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    381e701 View commit details
    Browse the repository at this point in the history
  14. remove unused

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8e245c3 View commit details
    Browse the repository at this point in the history
  15. formatting

    Kilo59 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    435ea61 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 5, 2024

  1. Update pyproject.toml

    mindflayer authored May 5, 2024
    Configuration menu
    Copy the full SHA
    bb67552 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update pyproject.toml

    mindflayer authored May 7, 2024
    Configuration menu
    Copy the full SHA
    9d57542 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    be6fe46 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    mindflayer authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3abeb56 View commit details
    Browse the repository at this point in the history
  3. Update utils.py

    mindflayer authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f0e5442 View commit details
    Browse the repository at this point in the history