Skip to content

Commit 7b7fa4c

Browse files
committed
Merge branch 'docs/monorepo-python-versions' of https://github.com/ines-bg/mypy into docs/monorepo-python-versions
2 parents 393a6e5 + f4acafe commit 7b7fa4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/config_file.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,16 +451,16 @@ Platform configuration
451451
Python versions, you can use one of the following workarounds:
452452

453453
* **Run mypy multiple times**, selecting a different version for each
454-
directory.
455-
454+
directory.
455+
456456
Example::
457457

458458
mypy --python-version=3.9 src/py39_package
459459
mypy --python-version=3.11 backend/py311
460460

461461
* **Use separate configuration files**, each specifying its own
462-
``python_version``.
463-
462+
``python_version``.
463+
464464
Example::
465465

466466
mypy --config-file=mypy_py39.ini src/py39_package

0 commit comments

Comments
 (0)