Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

disallow-untyped-defs in docker and stubs directories #12528

Merged
merged 7 commits into from
Apr 25, 2022

Commits on Apr 22, 2022

  1. disallow-untyped-defs in sortedcontainers stubs

    I've mentioned my changes on the PR these stubs come from:
    grantjenks/python-sortedcontainers#107
    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b716839 View commit details
    Browse the repository at this point in the history
  2. disallow-untyped-defs in txredisapi stubs

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2395aad View commit details
    Browse the repository at this point in the history
  3. disallow-untyped-defs in docker start script

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c1e6171 View commit details
    Browse the repository at this point in the history
  4. disallow-untyped-defs in docker worker script

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    242a4b4 View commit details
    Browse the repository at this point in the history
  5. Changelog

    David Robertson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    018fac7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Remove unintentional # type comment

    David Robertson committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    283d961 View commit details
    Browse the repository at this point in the history
  2. Correct connectionLost stub.

    It looks to me like twisted's `Protocol` isn't compliant with `IProtocol`!
    David Robertson committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b419864 View commit details
    Browse the repository at this point in the history