File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -757,9 +757,11 @@ of the above sections.
757757 Note: the :option: `--warn-unreachable ` flag
758758 is not automatically enabled by the strict flag.
759759
760- If both strict and strict-included flags are set, strict does not take precedence
761- nor override corresponding flags. You can see the list of flags enabled by strict
762- mode in the full :option: `mypy --help ` output.
760+ The strict flag does not take precedence over other strict-related flags.
761+ Directly specifying a flag of alternate behavior will override the
762+ behavior of strict, regardless of the order in which they are passed.
763+ You can see the list of flags enabled by strict mode in the full
764+ :option: `mypy --help ` output.
763765
764766 Note: the exact list of flags enabled by running :option: `--strict ` may change
765767 over time.
You can’t perform that action at this time.
0 commit comments