Comparing version 1.0.13 to 1.0.14
@@ -5,3 +5,3 @@ { | ||
"description": "Type checker for the Python language", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -76,18 +76,2 @@ ![Pyright](/docs/img/PyrightLarge.png) | ||
## TODO | ||
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. | ||
* Address the many TODO comments in the code | ||
* Provide switch that makes Optional strict | ||
* Provide switch that treats instance variables and methods that begin with underscore as private | ||
* Synthesize TypeVar param and return types for lambdas where possible | ||
* Validate that overridden methods in subclass have same signature as base class methods | ||
* Add support for type hints on var-arg parameters | ||
* Add support for f-strings | ||
* Provide switch that reports circular import dependencies | ||
* Add numeric codes to diagnostics and a configuration mechanism for disabling errors by code | ||
## Contributing | ||
@@ -94,0 +78,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1976187
3107
83