|
1 | 1 | # generated by datamodel-codegen: |
2 | 2 | # filename: pyright.schema.json |
3 | | -# timestamp: 2025-02-25T17:54:27+00:00 |
| 3 | +# timestamp: 2025-08-03T05:12:33+00:00 |
4 | 4 |
|
5 | 5 | from __future__ import annotations |
6 | 6 |
|
|
285 | 285 | ReportMatchNotExhaustive = Diagnostic |
286 | 286 |
|
287 | 287 |
|
| 288 | +ReportUnreachable = Diagnostic |
| 289 | + |
| 290 | + |
288 | 291 | ReportShadowedImports = Diagnostic |
289 | 292 |
|
290 | 293 |
|
@@ -384,6 +387,7 @@ class ExecutionEnvironment(TypedDict): |
384 | 387 | reportUnusedExpression: NotRequired[ReportUnusedExpression] |
385 | 388 | reportUnnecessaryTypeIgnoreComment: NotRequired[ReportUnnecessaryTypeIgnoreComment] |
386 | 389 | reportMatchNotExhaustive: NotRequired[ReportMatchNotExhaustive] |
| 390 | + reportUnreachable: NotRequired[ReportUnreachable] |
387 | 391 | reportShadowedImports: NotRequired[ReportShadowedImports] |
388 | 392 | reportImplicitOverride: NotRequired[ReportImplicitOverride] |
389 | 393 | extraPaths: NotRequired[ExtraPaths] |
@@ -497,6 +501,7 @@ class Model(TypedDict): |
497 | 501 | reportUnusedExpression: NotRequired[ReportUnusedExpression] |
498 | 502 | reportUnnecessaryTypeIgnoreComment: NotRequired[ReportUnnecessaryTypeIgnoreComment] |
499 | 503 | reportMatchNotExhaustive: NotRequired[ReportMatchNotExhaustive] |
| 504 | + reportUnreachable: NotRequired[ReportUnreachable] |
500 | 505 | reportShadowedImports: NotRequired[ReportShadowedImports] |
501 | 506 | reportImplicitOverride: NotRequired[ReportImplicitOverride] |
502 | 507 | extraPaths: NotRequired[ExtraPaths] |
|
0 commit comments