From 54290e7c5c1299ef097bb0bef79547d92465414b Mon Sep 17 00:00:00 2001 From: Garrett Reynolds Date: Sat, 20 Jan 2024 15:23:26 +0000 Subject: [PATCH] Clarify Python features will be supported This is following a suggestion by @Spitfire1900 here: https://github.com/google/yapf/pull/1179#issuecomment-1838892837 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cfe0e75..48d5a62e8 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ optional arguments: --binary BINARY location of binary to use for YAPF ``` -## Unsupported Python features +## Python features not yet supported * Python 3.12 – [PEP 695 – Type Parameter Syntax](https://peps.python.org/pep-0695/) – [YAPF #1170](https://github.com/google/yapf/issues/1170) * Python 3.12 – [PEP 701 – Syntactic formalization of f-strings](https://peps.python.org/pep-0701/) – [YAPF #1136](https://github.com/google/yapf/issues/1136)