File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -717,6 +717,14 @@ section of the command line docs.
717
717
718
718
Note: This option will override disabled error codes from the disable_error_code option.
719
719
720
+ .. confval :: extra_checks
721
+
722
+ :type: boolean
723
+ :default: False
724
+
725
+ This flag enables additional checks that are technically correct but may be impractical in real code.
726
+ See :option: `mypy --extra-checks ` for more info.
727
+
720
728
.. confval :: implicit_reexport
721
729
722
730
:type: boolean
@@ -739,23 +747,23 @@ section of the command line docs.
739
747
740
748
.. confval :: strict_concatenate
741
749
742
- :type: boolean
743
- :default: False
750
+ :type: boolean
751
+ :default: False
744
752
745
- Make arguments prepended via ``Concatenate `` be truly positional-only.
753
+ Make arguments prepended via ``Concatenate `` be truly positional-only.
746
754
747
755
.. confval :: strict_equality
748
756
749
- :type: boolean
750
- :default: False
757
+ :type: boolean
758
+ :default: False
751
759
752
760
Prohibit equality checks, identity checks, and container checks between
753
761
non-overlapping types.
754
762
755
763
.. confval :: strict
756
764
757
- :type: boolean
758
- :default: False
765
+ :type: boolean
766
+ :default: False
759
767
760
768
Enable all optional error checking flags. You can see the list of
761
769
flags enabled by strict mode in the full :option: `mypy --help `
You can’t perform that action at this time.
0 commit comments