Skip to content

Commit 179fc3c

Browse files
committed
Add extra to the docs
1 parent 9b02ce8 commit 179fc3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/common_issues.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@ make cold mypy runs several times faster.
228228

229229
Furthermore: as of `mypy 1.13 <https://mypy-lang.blogspot.com/2024/10/mypy-113-released.html>`_,
230230
mypy 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

237238
Types of empty collections
238239
--------------------------

0 commit comments

Comments
 (0)