Skip to content

Commit

Permalink
config_file.rst: fix lint (#15239)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AlexWaygood authored May 14, 2023
1 parent 4490525 commit 5e93a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/config_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Mypy supports reading configuration settings from a file with the following prec

It is important to understand that there is no merging of configuration
files, as it would lead to ambiguity. The :option:`--config-file <mypy --config-file>`
command-line flag has the highest precedence and
command-line flag has the highest precedence and
must be correct; otherwise mypy will report an error and exit. Without the
command line option, mypy will look for configuration files in the
precedence order above.
precedence order above.

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

0 comments on commit 5e93a46

Please sign in to comment.