Skip to content

Actions: microsoft/pyright

Run mypy_primer on PR

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
1,369 workflow runs
1,369 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

Changed override-related checks (reportIncompatibleMethodOverride, …
Run mypy_primer on PR #295: Pull request #6159 opened by erictraut
October 14, 2023 01:53 9m 57s issue6158
October 14, 2023 01:53 9m 57s
Set isThirdPartyImport and isThirdPartyPyTypedPresent for interim files
Run mypy_primer on PR #294: Pull request #6155 synchronize by debonte
October 14, 2023 00:52 10m 9s debonte:pylance4059
October 14, 2023 00:52 10m 9s
Set isThirdPartyImport and isThirdPartyPyTypedPresent for interim files
Run mypy_primer on PR #293: Pull request #6155 synchronize by debonte
October 14, 2023 00:01 11m 0s debonte:pylance4059
October 14, 2023 00:01 11m 0s
Set isThirdPartyImport and isThirdPartyPyTypedPresent for interim files
Run mypy_primer on PR #292: Pull request #6155 opened by debonte
October 13, 2023 23:56 6m 4s debonte:pylance4059
October 13, 2023 23:56 6m 4s
Fixed a bug in the issubclass type narrowing logic when the first a…
Run mypy_primer on PR #291: Pull request #6154 opened by erictraut
October 13, 2023 21:34 9m 56s issue6152-2
October 13, 2023 21:34 9m 56s
Fixed a bug in the isinstance type guard logic when the specified fil…
Run mypy_primer on PR #290: Pull request #6153 opened by erictraut
October 13, 2023 21:11 9m 0s issue6152-1
October 13, 2023 21:11 9m 0s
Added logic to detect illegal use of the symbol Any. This addresses…
Run mypy_primer on PR #289: Pull request #6151 opened by erictraut
October 13, 2023 17:43 10m 37s issue6144
October 13, 2023 17:43 10m 37s
Added common routine for self specialization. Cleaned up a test. No f…
Run mypy_primer on PR #288: Pull request #6143 opened by erictraut
October 12, 2023 23:53 8m 43s issue6139-1
October 12, 2023 23:53 8m 43s
Fixed an inconsistency in how a constructor (an __init__ method) is…
Run mypy_primer on PR #287: Pull request #6142 opened by erictraut
October 12, 2023 23:36 11m 56s issue6139
October 12, 2023 23:36 11m 56s
Fixed a bug in the reportIncompatibleMethodOverride check that lead…
Run mypy_primer on PR #286: Pull request #6138 opened by erictraut
October 12, 2023 19:29 11m 47s issue6010
October 12, 2023 19:29 11m 47s
Changed type evaluation behavior for accesses to attributes on a clas…
Run mypy_primer on PR #285: Pull request #6137 opened by erictraut
October 12, 2023 15:41 8m 35s issue6136
October 12, 2023 15:41 8m 35s
Fixed several bugs in protocol matching that led to false positives w…
Run mypy_primer on PR #284: Pull request #6132 opened by erictraut
October 12, 2023 03:46 12m 10s issue6117
October 12, 2023 03:46 12m 10s
Fixed a bug that resulted in an unresolved Unknown type within a tu…
Run mypy_primer on PR #283: Pull request #6130 opened by erictraut
October 12, 2023 00:05 11m 50s issue6119
October 12, 2023 00:05 11m 50s
Fixed a bug in protocol matching logic that resulted in a false posit…
Run mypy_primer on PR #282: Pull request #6128 opened by erictraut
October 11, 2023 22:06 10m 24s issue6126
October 11, 2023 22:06 10m 24s
Fixed regression in type(x) is y type narrowing logic when y is o…
Run mypy_primer on PR #281: Pull request #6125 opened by erictraut
October 11, 2023 19:08 11m 58s issue6118
October 11, 2023 19:08 11m 58s
[PylanceBot] Pull Pylance with Pyright 1.1.331
Run mypy_primer on PR #280: Pull request #6124 opened by PylanceBot
October 11, 2023 16:28 11m 49s pull-pylance-with-pyright-1.1.331
October 11, 2023 16:28 11m 49s
Improved error message for yield statements when the yield type is …
Run mypy_primer on PR #279: Pull request #6123 opened by erictraut
October 11, 2023 15:15 11m 39s issue6121
October 11, 2023 15:15 11m 39s
Try mypy_primer with 3.12
Run mypy_primer on PR #278: Pull request #6114 opened by rchiodo
October 10, 2023 17:39 1h 32m 39s rchiodo:rchiodo/try312
October 10, 2023 17:39 1h 32m 39s
Fixed a bug that led to incorrect type narrowing in the `type(x) is T…
Run mypy_primer on PR #277: Pull request #6111 opened by erictraut
October 10, 2023 04:38 11m 2s issue4942
October 10, 2023 04:38 11m 2s
Fixed bug in x is <Literal> and x == <Literal> type guard logic. …
Run mypy_primer on PR #276: Pull request #6110 opened by erictraut
October 10, 2023 02:08 11m 45s issue6109
October 10, 2023 02:08 11m 45s
Fixed a bug that led to a confusing error message when assigning a va…
Run mypy_primer on PR #275: Pull request #6107 opened by erictraut
October 9, 2023 16:40 10m 49s issue6106
October 9, 2023 16:40 10m 49s
Fixed a bug that led to incorrect type evaluation in a nested set of …
Run mypy_primer on PR #274: Pull request #6105 opened by erictraut
October 8, 2023 23:24 8m 49s issue6042
October 8, 2023 23:24 8m 49s
Fixed bug that led to incorrect type narrowing for isinstance when …
Run mypy_primer on PR #273: Pull request #6104 opened by erictraut
October 7, 2023 23:41 8m 36s issue6100
October 7, 2023 23:41 8m 36s
Added missing check for the use of a subscripted Callable within an…
Run mypy_primer on PR #272: Pull request #6103 opened by erictraut
October 7, 2023 17:27 8m 18s issue6101-1
October 7, 2023 17:27 8m 18s
Added missing check for the use of a subscripted Callable within an…
Run mypy_primer on PR #271: Pull request #6102 opened by erictraut
October 7, 2023 16:47 10m 5s issue6101
October 7, 2023 16:47 10m 5s
ProTip! You can narrow down the results and go further in time using created:<2023-10-07 or the other filters available.