File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,11 +228,12 @@ make cold mypy runs several times faster.
228228
229229Furthermore: as of `mypy 1.13 <https://mypy-lang.blogspot.com/2024/10/mypy-113-released.html >`_,
230230mypy allows use of the orjson library for handling the cache instead of the stdlib json, for
231- improved performance. You can ensure the presence of orjson using the faster-cache extra:
231+ improved performance. You can ensure the presence of orjson using the `` faster-cache `` extra:
232232
233233 python3 -m pip install -U mypy[faster-cache]
234234
235- Mypy may depend on orjson by default in the future.
235+ Mypy may depend on orjson by default in the future. To use faster, native parser, use the
236+ ``native-parse `` extra. Native parser will be default in near future.
236237
237238Types of empty collections
238239--------------------------
You can’t perform that action at this time.
0 commit comments