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

Partial typing annotation support + add mypy #82

Merged
merged 9 commits into from
Nov 7, 2024
Merged

Partial typing annotation support + add mypy #82

merged 9 commits into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. cb: rename bool callback to boolean

    This avoids conflicting with bool type for further
    type annotations
    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    503c3e6 View commit details
    Browse the repository at this point in the history
  2. code-style: add mypy

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    158c5e6 View commit details
    Browse the repository at this point in the history
  3. code-style: mypy: fix no-untyped-call

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a55e2fa View commit details
    Browse the repository at this point in the history
  4. code-style: mypy: add simple types

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    536c844 View commit details
    Browse the repository at this point in the history
  5. mypy: exclude setup.py

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d4f36bc View commit details
    Browse the repository at this point in the history
  6. mypy: fix 3.11/3.12 typing issue

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7c7c386 View commit details
    Browse the repository at this point in the history
  7. mypy: move tox dir to avoid type issues

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    aed7a69 View commit details
    Browse the repository at this point in the history
  8. tests: increase min duration in reports

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d57ced8 View commit details
    Browse the repository at this point in the history
  9. mypy: add setuptools types

    Mathias Brulatout committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7d3662a View commit details
    Browse the repository at this point in the history