We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd422e0 commit b7185c9Copy full SHA for b7185c9
docs/source/config_file.rst
@@ -432,7 +432,7 @@ Platform configuration
432
433
Specifies the Python version used to parse and check the target
434
program. The string should be in the format ``MAJOR.MINOR`` --
435
- for example ``2.7``. The default is the version of the Python
+ for example ``3.9``. The default is the version of the Python
436
interpreter used to run mypy.
437
438
This option may only be set in the global section (``[mypy]``).
@@ -1196,7 +1196,7 @@ of your repo (or append it to the end of an existing ``pyproject.toml`` file) an
1196
# mypy global options:
1197
1198
[tool.mypy]
1199
- python_version = "2.7"
+ python_version = "3.9"
1200
warn_return_any = true
1201
warn_unused_configs = true
1202
exclude = [
0 commit comments