Skip to content

Commit 3a052f8

Browse files
remove caveat about warn-unreachable from --strict documentation, as that is no longer true
1 parent 613d59c commit 3a052f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/source/command_line.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,6 @@ of the above sections.
754754
strict will catch type errors as long as intentional methods like type ignore
755755
or casting were not used.)
756756

757-
Note: the :option:`--warn-unreachable` flag
758-
is not automatically enabled by the strict flag.
759-
760757
The strict flag does not take precedence over other strict-related flags.
761758
Directly specifying a flag of alternate behavior will override the
762759
behavior of strict, regardless of the order in which they are passed.

0 commit comments

Comments
 (0)