File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments