8000 Updated README to include provisional PEPs. · codemuse-app/scip-python@f3d8345 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3d8345

Browse files
committed
Updated README to include provisional PEPs.
1 parent 991d8e7 commit f3d8345

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Pyright supports [configuration files](/docs/configuration.md) that provide gran
3131
* [PEP 673](https://www.python.org/dev/peps/pep-0673/) Self type
3232
* [PEP 675](https://www.python.org/dev/peps/pep-0675/) arbitrary literal strings
3333
* [PEP 681](https://www.python.org/dev/peps/pep-0681/) dataclass transform
34+
* [PEP 692](https://www.python.org/dev/peps/pep-0692/) (draft) TypedDict for kwargs typing
35+
* [PEP 695](https://www.python.org/dev/peps/pep-0695/) (draft) Type parameter syntax
3436
* Type inference for function return values, instance variables, class variables, and globals
3537
* Type guards that understand conditional code flow constructs like if/else statements
3638

packages/vscode-pyright/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Pyright supports [configuration files](/docs/configuration.md) that provide gran
3232
* [PEP 673](https://www.python.org/dev/peps/pep-0673/) Self type
3333
* [PEP 675](https://www.python.org/dev/peps/pep-0675/) arbitrary literal strings
3434
* [PEP 681](https://www.python.org/dev/peps/pep-0681/) dataclass transform
35+
* [PEP 692](https://www.python.org/dev/peps/pep-0692/) (draft) TypedDict for kwargs typing
36+
* [PEP 695](https://www.python.org/dev/peps/pep-0695/) (draft) Type parameter syntax
3537
* Type inference for function return values, instance variables, class variables, and globals
3638
* Type guards that understand conditional code flow constructs like if/else statements
3739

0 commit comments

Comments
 (0)
0