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.
2 parents 393a6e5 + f4acafe commit 7b7fa4cCopy full SHA for 7b7fa4c
docs/source/config_file.rst
@@ -451,16 +451,16 @@ Platform configuration
451
Python versions, you can use one of the following workarounds:
452
453
* **Run mypy multiple times**, selecting a different version for each
454
- directory.
455
-
+ directory.
+
456
Example::
457
458
mypy --python-version=3.9 src/py39_package
459
mypy --python-version=3.11 backend/py311
460
461
* **Use separate configuration files**, each specifying its own
462
- ``python_version``.
463
+ ``python_version``.
464
465
466
mypy --config-file=mypy_py39.ini src/py39_package
0 commit comments