Added PEP 724 to supported PEPs list in the documentation.

This commit is contained in:
Eric Traut 2023-10-13 20:11:14 -07:00
parent e300a2621d
commit a6f27a5dc8

View File

@ -35,6 +35,7 @@ Pyright supports [configuration files](configuration.md) that provide granular c
* [PEP 698](https://www.python.org/dev/peps/pep-0698/) override decorator for static typing
* [PEP 702](https://www.python.org/dev/peps/pep-0702/) (draft) marking deprecations
* [PEP 712](https://www.python.org/dev/peps/pep-0712/) (draft) converter parameter on dataclasses.field
* [PEP 724](https://www.python.org/dev/peps/pep-0724/) (draft) stricter type guards
* Type inference for function return values, instance variables, class variables, and globals
* Type guards that understand conditional code flow constructs like if/else statements