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

Fix typing #658

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Fix typing #658

wants to merge 14 commits into from

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    6b2bb3e View commit details
    Browse the repository at this point in the history
  2. Use WeakKeyDictionary instead of storing private attributes.

    Fixes mypy errors
    youtux committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c0147d6 View commit details
    Browse the repository at this point in the history
  3. Fix typing

    youtux committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    95915bc View commit details
    Browse the repository at this point in the history
  4. Add todo

    youtux committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    fb5d800 View commit details
    Browse the repository at this point in the history
  5. Bump deps

    youtux committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    53c1cc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    566d066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27485b View commit details
    Browse the repository at this point in the history
  3. Bump mypy version

    youtux committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    fb0efdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4efdd5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    425b9e5 View commit details
    Browse the repository at this point in the history
  6. Remove addressed TODO

    youtux committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    6cfce0d View commit details
    Browse the repository at this point in the history
  7. Fix type annotation for scenario.

    It was never supposed to return a callable with the same ParamSpec
    youtux committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    1c1741b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5115a98 View commit details
    Browse the repository at this point in the history
  9. Add changelog entry

    youtux committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    51c2173 View commit details
    Browse the repository at this point in the history