File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Mypy supports reading configuration settings from a file with the following prec
1515
1616It is important to understand that there is no merging of configuration
1717files, as it would lead to ambiguity. The :option: `--config-file <mypy --config-file> `
18- command-line flag has the highest precedence and
18+ command-line flag has the highest precedence and
1919must be correct; otherwise mypy will report an error and exit. Without the
2020command line option, mypy will look for configuration files in the
21- precedence order above.
21+ precedence order above.
2222
2323Most flags correspond closely to :ref: `command-line flags
2424<command-line>` but there are some differences in flag names and some
You can’t perform that action at this time.
0 commit comments