File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ Platform configuration
432
432
433
433
Specifies the Python version used to parse and check the target
434
434
program. The string should be in the format ``MAJOR.MINOR `` --
435
- for example ``2.7 ``. The default is the version of the Python
435
+ for example ``3.9 ``. The default is the version of the Python
436
436
interpreter used to run mypy.
437
437
438
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
1196
# mypy global options:
1197
1197
1198
1198
[tool.mypy]
1199
- python_version = "2.7 "
1199
+ python_version = "3.9 "
1200
1200
warn_return_any = true
1201
1201
warn_unused_configs = true
1202
1202
exclude = [
You can’t perform that action at this time.
0 commit comments