Skip to content

Commits on Dec 27, 2022

Commits on Dec 10, 2022

  1. regr_test.py: improve interaction between --all and --quiet fla…

    …gs (#9349)
    
    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    JelleZijlstra and AlexWaygood committed Dec 10, 2022

Commits on Dec 5, 2022

  1. protobuf: Annotate well_known_types.pyi (#9323)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    ikonst and AlexWaygood committed Dec 5, 2022

Commits on Nov 30, 2022

  1. Deduplicate pinned pyright version (#9299)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    Avasam and AlexWaygood committed Nov 30, 2022

Commits on Nov 25, 2022

  1. Bump protobuf to 4.21.*; delete google/__init__.pyi (#8360)

    This major version bump of the stubs package deletes google/__init__.py, which does not exist at runtime, and caused problems for several users. Mypy now has --namespace-packages enabled by default, which should hopefully mean that this causes minimal pain.
    
    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    github-actions[bot] and AlexWaygood committed Nov 25, 2022
  2. check_consistent.py: Add check ensuring packages are not installed fo…

    …r unspecified platforms (#9265)
    sobolevn committed Nov 25, 2022

Commits on Nov 24, 2022

Commits on Nov 15, 2022

  1. stubtest_third_party.py: Allow running non-listed platforms locally (#…

    …9173)
    
    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    Avasam and AlexWaygood committed Nov 15, 2022

Commits on Nov 11, 2022

  1. Add the ability to run third-party stubtest on Windows or MacOS when …

    …needed (#8923)
    
    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    3 people committed Nov 11, 2022

Commits on Nov 10, 2022

  1. regr_test.py: fix typo in --help (#9147)

    It used to be:
    
    ```
      -p [{3.11,3.10,3.9,3.8,3.7} ...], --python-version [{3.11,3.10,3.9,3.8,3.7} ...]
                            Run mypy for certain Python versions (defaults to
                            sys.version_info[:2])Note that this cannot be specified if
                            --all is also specified.
    ```
    sobolevn committed Nov 10, 2022

Commits on Nov 7, 2022

Commits on Nov 3, 2022

  1. Update pyright to 1.1.278 (#9077)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    sobolevn and AlexWaygood committed Nov 3, 2022

Commits on Oct 31, 2022

Commits on Oct 26, 2022

  1. Use 3.11 instead of 3.11-dev (#8983)

    sobolevn committed Oct 26, 2022

Commits on Oct 19, 2022

Older