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
15
15
16
16
It is important to understand that there is no merging of configuration
17
17
files, 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
19
19
must be correct; otherwise mypy will report an error and exit. Without the
20
20
command line option, mypy will look for configuration files in the
21
- precedence order above.
21
+ precedence order above.
22
22
23
23
Most flags correspond closely to :ref: `command-line flags
24
24
<command-line>` but there are some differences in flag names and some
You can’t perform that action at this time.
0 commit comments