diff --git a/docs/source/config_file.rst b/docs/source/config_file.rst index c0798bbf03f14..91bdf5701aa8d 100644 --- a/docs/source/config_file.rst +++ b/docs/source/config_file.rst @@ -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 ****************