Skip to content

Commit

Permalink
Document force_union_syntax and force_lowercase_builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 5, 2023
1 parent 4496a00 commit eb5d0d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/config_file.rst
Expand Up @@ -816,6 +816,19 @@ These options may only be set in the global section (``[mypy]``).

Show absolute paths to files.

.. confval:: force_lowercase_builtins

:type: boolean
:default: False

Force to use ``List`` instead of ``list`` .

.. confval:: force_union_syntax

:type: boolean
:default: True

Force to use ``Union[]`` type instead of ``|`` operator.

Incremental mode
****************
Expand Down

0 comments on commit eb5d0d7

Please sign in to comment.