Commits on Dec 27, 2022
Commits on Dec 23, 2022
Commits on Dec 20, 2022
Commits on Dec 18, 2022
Commits on Dec 15, 2022
Commits on Dec 10, 2022
-
regr_test.py
: improve interaction between--all
and--quiet
fla……gs (#9349) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Commits on Dec 5, 2022
-
protobuf
: Annotatewell_known_types.pyi
(#9323)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Commits on Dec 2, 2022
Commits on Nov 30, 2022
-
Deduplicate pinned pyright version (#9299)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Commits on Nov 26, 2022
Commits on Nov 25, 2022
-
-
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>
-
check_consistent.py: Add check ensuring packages are not installed fo…
…r unspecified platforms (#9265)
Commits on Nov 24, 2022
Commits on Nov 23, 2022
-
-
Fix stdlib stubtest failures on
main
(#9255)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Commits on Nov 21, 2022
Commits on Nov 15, 2022
-
check_consistent.py
: Add a check guarding against typos for the new…… `platforms` key (#9203)
-
stubtest_third_party.py: Allow running non-listed platforms locally (#…
…9173) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Commits on Nov 11, 2022
-
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>
Commits on Nov 10, 2022
-
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. ```
-
Commits on Nov 7, 2022
Commits on Nov 3, 2022
-
Update pyright to 1.1.278 (#9077)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
-