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

Make type annotation optional for self argument of bound methods #1626

Merged
merged 8 commits into from
Nov 22, 2023

Commits on Nov 18, 2023

  1. Automatically add the class type as the type annotation to the first …

    …argument of a class method
    EmilyBourne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b96f2cd View commit details
    Browse the repository at this point in the history
  2. Add tests

    EmilyBourne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    9c3cad7 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG

    EmilyBourne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    bb58e18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ece2bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    560c38e View commit details
    Browse the repository at this point in the history
  6. Handle lambdas

    EmilyBourne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    548f1d4 View commit details
    Browse the repository at this point in the history
  7. Correct type

    EmilyBourne committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c8a7633 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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