Skip to content

Commit 5e93a46

Browse files
authored
config_file.rst: fix lint (#15239)
pre-commit is failing on `master`: https://github.com/python/mypy/actions/runs/4970566646/jobs/8894519893 The cause was a merge race between #15234 and #15237
1 parent 4490525 commit 5e93a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/config_file.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Mypy supports reading configuration settings from a file with the following prec
1515

1616
It is important to understand that there is no merging of configuration
1717
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
1919
must be correct; otherwise mypy will report an error and exit. Without the
2020
command line option, mypy will look for configuration files in the
21-
precedence order above.
21+
precedence order above.
2222

2323
Most flags correspond closely to :ref:`command-line flags
2424
<command-line>` but there are some differences in flag names and some

0 commit comments

Comments
 (0)