Skip to content

Commit f97c2d8

Browse files
committed
Update docs
1 parent 98d59a2 commit f97c2d8

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

docs/source/command_line.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -936,11 +936,6 @@ in error messages.
936936
useful or they may be overly noisy. If ``N`` is negative, there is
937937
no limit. The default limit is -1.
938938

939-
.. option:: --force-uppercase-builtins
940-
941-
Always use ``List`` instead of ``list`` in error messages,
942-
even on Python 3.9+.
943-
944939
.. option:: --force-union-syntax
945940

946941
Always use ``Union[]`` and ``Optional[]`` for union types

docs/source/config_file.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -922,14 +922,6 @@ These options may only be set in the global section (``[mypy]``).
922922

923923
Show absolute paths to files.
924924

925-
.. confval:: force_uppercase_builtins
926-
927-
:type: boolean
928-
:default: False
929-
930-
Always use ``List`` instead of ``list`` in error messages,
931-
even on Python 3.9+.
932-
933925
.. confval:: force_union_syntax
934926

935927
:type: boolean

0 commit comments

Comments
 (0)