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 and mypy config #1015

Merged
merged 8 commits into from
Nov 11, 2024
Merged

Add type hints and mypy config #1015

merged 8 commits into from
Nov 11, 2024

Commits on Nov 8, 2024

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

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    470022f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d2d58 View commit details
    Browse the repository at this point in the history
  3. Ignore mypy errors for click's shell_complete kwarg

    This is absent from click's type inline types somehow.
    Refs pallets/click#2802
    craigds committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b4c8b01 View commit details
    Browse the repository at this point in the history
  4. Add mypy pre-commit hook

    Follows recommendations at python/mypy#13916
    craigds committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a18573b View commit details
    Browse the repository at this point in the history
  5. Github Actions type checking

    craigds committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f8c6bbd View commit details
    Browse the repository at this point in the history
  6. Fix WC session aliasing issue

    session & state_session are no longer the same function; one calls the
    other
    craigds committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9afda4c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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