Skip to content

Commit 94fc7cc

Browse files
authored
Update config_file.rst
1 parent 480d795 commit 94fc7cc

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

docs/source/config_file.rst

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff 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

779776
Configuring error messages

0 commit comments

Comments
 (0)