Added PEP 487 to the list of supported PEPs.

This commit is contained in:
Eric Traut 2021-03-31 10:35:25 -07:00
parent 3b5a6d1a02
commit 91e44355e8
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Pyright supports [configuration files](/docs/configuration.md) that provide gran
### Type Checking Features
* [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints including generics
* [PEP 487](https://www.python.org/dev/peps/pep-0487/) simpler customization of class creation
* [PEP 526](https://www.python.org/dev/peps/pep-0526/) syntax for variable annotations
* [PEP 544](https://www.python.org/dev/peps/pep-0544/) structural subtyping
* [PEP 561](https://www.python.org/dev/peps/pep-0561/) distributing and packaging type information

View File

@ -11,6 +11,7 @@ Pyright supports [configuration files](/docs/configuration.md) that provide gran
### Type Checking Features
* [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints including generics
* [PEP 487](https://www.python.org/dev/peps/pep-0487/) simpler customization of class creation
* [PEP 526](https://www.python.org/dev/peps/pep-0526/) syntax for variable annotations
* [PEP 544](https://www.python.org/dev/peps/pep-0544/) structural subtyping
* [PEP 561](https://www.python.org/dev/peps/pep-0561/) distributing and packaging type information