Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--force-uppercase-builtins
--force-union-syntax
1 parent 5d9d13e commit c090640Copy full SHA for c090640
1 file changed
docs/source/command_line.rst
@@ -789,6 +789,17 @@ in error messages.
789
useful or they may be overly noisy. If ``N`` is negative, there is
790
no limit. The default limit is 200.
791
792
+.. option:: --force-uppercase-builtins
793
+
794
+ Always use ``List`` instead of ``list`` in error messages,
795
+ even on Python 3.9+.
796
797
+.. option:: --force-union-syntax
798
799
+ Always use ``Union[]`` and ``Optional[]`` for union types
800
+ in error messages (instead of the ``|`` operator),
801
+ even on Python 3.10+.
802
803
804
.. _incremental:
805
0 commit comments