File tree Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -747,33 +747,30 @@ section of the command line docs.
747747
748748 .. confval :: strict_concatenate
749749
750- :type: boolean
751- :default: False
752-
753- Make arguments prepended via ``Concatenate `` be truly positional-only.
750+ :type: boolean
751+ :default: False
754752
755- .. warning ::
756- Deprecated: use :confval: `extra_checks ` instead.
753+ Make arguments prepended via ``Concatenate `` be truly positional-only.
757754
758755.. confval :: strict_equality
759756
760- :type: boolean
761- :default: False
757+ :type: boolean
758+ :default: False
762759
763- Prohibit equality checks, identity checks, and container checks between
764- non-overlapping types.
760+ Prohibit equality checks, identity checks, and container checks between
761+ non-overlapping types.
765762
766763.. confval :: strict
767764
768- :type: boolean
769- :default: False
765+ :type: boolean
766+ :default: False
770767
771- Enable all optional error checking flags. You can see the list of
772- flags enabled by strict mode in the full :option: `mypy --help `
773- output.
768+ Enable all optional error checking flags. You can see the list of
769+ flags enabled by strict mode in the full :option: `mypy --help `
770+ output.
774771
775- Note: the exact list of flags enabled by :confval: `strict ` may
776- change over time.
772+ Note: the exact list of flags enabled by :confval: `strict ` may
773+ change over time.
777774
778775
779776Configuring error messages
You can’t perform that action at this time.
0 commit comments