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 some missing or incorrect types to peewee #12251

Merged
merged 11 commits into from
Jul 21, 2024

Commits on Jul 1, 2024

  1. add some missing or incorrect types to peewee

    Derek Horkel committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4537527 View commit details
    Browse the repository at this point in the history
  2. fix type for comparison functions

    Derek Horkel committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ce05f50 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. add override decorator to __eq__ and __ne__

    Derek Horkel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0f4d94c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Revert "add override decorator to __eq__ and __ne__"

    This reverts commit 0f4d94c.
    Derek Horkel committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2fd6612 View commit details
    Browse the repository at this point in the history
  2. add ignore for override type errors

    Derek Horkel committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b6ebc26 View commit details
    Browse the repository at this point in the history
  3. fix types for __eq__/__ne__ for Model and CompositeKey

    Derek Horkel committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6d13c34 View commit details
    Browse the repository at this point in the history
  4. fix callable arguments to Any, Any

    Derek Horkel committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    24da986 View commit details
    Browse the repository at this point in the history
  5. Fix callable arguments to use Self, specify return type for BitwiseMi…

    …xin functions
    Derek Horkel committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1bae82a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    011a46c View commit details
    Browse the repository at this point in the history
  7. revert types for __and__/__or__/__sub__ for ColumnBase and BitwisMixI…

    …n to avoid incompatible definition issue
    Derek Horkel committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7449d0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68e4dcf View commit details
    Browse the repository at this point in the history