We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config_file.rst
1 parent 4490525 commit 5e93a46Copy full SHA for 5e93a46
1 file changed
docs/source/config_file.rst
@@ -15,10 +15,10 @@ Mypy supports reading configuration settings from a file with the following prec
15
16
It is important to understand that there is no merging of configuration
17
files, as it would lead to ambiguity. The :option:`--config-file <mypy --config-file>`
18
-command-line flag has the highest precedence and
+command-line flag has the highest precedence and
19
must be correct; otherwise mypy will report an error and exit. Without the
20
command line option, mypy will look for configuration files in the
21
-precedence order above.
+precedence order above.
22
23
Most flags correspond closely to :ref:`command-line flags
24
<command-line>` but there are some differences in flag names and some
0 commit comments