It looks like mypy started to check everything assuming the interpreter python version, not the project python version. Could we please add this block to pyproject.toml:
[tool.mypy]
python_version = "{min_python_version}"
where min_python_version is e.g. 3.10.
It was tested with nested-pandas:
lincc-frameworks/nested-pandas#303
It looks like
mypystarted to check everything assuming the interpreter python version, not the project python version. Could we please add this block topyproject.toml:where
min_python_versionis e.g. 3.10.It was tested with
nested-pandas:lincc-frameworks/nested-pandas#303