You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,17 +83,17 @@ To run the command-line tool:
83
83
Pyright is a work in progress. The following functionality is not yet finished. If you would like to contribute to any of these areas, contact the maintainers of the repo.
84
84
85
85
* Type inference for generators and async functions
86
-
* Add support for inference of subclass type vars based on method parameter types declared in subclass
87
-
* Add more tests for type checker
88
-
* Validate consistency of subclass type vars across all declared methods
89
86
* Report errors for non-quoted forward references of types
90
87
* Support for old-style type annotations within comments
91
88
* Address the many TODO comments in the code
92
89
* Better handling of function decorators (don't punt on type checking)
90
+
* Add more tests for type checker
93
91
* Validate that all abstract methods are overridden
94
92
* Validate parameters for magic functions
95
93
* Validate that overridden methods in subclass have same signature as base class methods
96
94
* Verify that exception classes inherit from base Exception
95
+
* Add support for inference of subclass type vars based on method parameter types declared in subclass
96
+
* Validate consistency of subclass type vars across all declared methods
97
97
* Validate await / async consistency
98
98
* Flag assignments to read-only values (None, True, False, __debug__) as errors
99
99
* Revamp support for properties - model with Descriptor protocol, detect missing setter
0 commit comments