-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working