Skip to content

Commit b4f07a7

Browse files
committed
Use 'native-parser' instead of 'native-parse' for optional dependency (#21115)
This makes it consistent with the `--native-parser` flag. Now `pip install mypy[native-parser]` will install native parser support.
1 parent 7bec7b7 commit b4f07a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ python2 = []
6464
reports = ["lxml"]
6565
install-types = ["pip"]
6666
faster-cache = ["orjson"]
67-
native-parse = ["ast-serialize>=0.1.1,<1.0.0"]
67+
native-parser = ["ast-serialize>=0.1.1,<1.0.0"]
6868

6969
[project.urls]
7070
Homepage = "https://www.mypy-lang.org/"

0 commit comments

Comments
 (0)