hey folks, I'm working on a util to gather terrafo...
# development
c
hey folks, I'm working on a util to gather terraform versions. I've added the "python-gnupg" package to validate the signatures of the sha256sums. I'm hitting the problem that it doesn't supply typestubs. What's the best way forward? I think it's out-of-scope to be writing typestubs for a 3rd party package, so I'd like to know if it's acceptable to just slap
# type: ignore
next to the import
h
Is this a contribution to pantsbuild/pants itself? The workaround is to update pyproject.toml
[[tool.mypy.overrides]]
👍 1