jmahlik commented on issue #49831:
URL: https://github.com/apache/arrow/issues/49831#issuecomment-4389565883
I ended up working around it with this in the `pyproject.toml`.
```toml
[[tool.mypy.overrides]]
module = [
"pyarrow",
"pyarrow.*",
]
follow_imports = "skip"
```
Not the best solution but it allows upgrading while keeping mypy happy until
the stubs are fully defined.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]