-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add py.typed file to indicate type hints #8
Comments
It has type hints, and sqlite-migrate/.github/workflows/test.yml Lines 28 to 32 in 613ecd5
I think it just needs a |
I'm going to remove that |
Huh, I can't recreate the original bug - even if I remove this from [mypy-sqlite_migrate.*]
ignore_missing_imports = True I can run |
I added that to the But even that version had the type annotations: https://github.com/simonw/sqlite-migrate/blob/0.1a1/sqlite_migrate/__init__.py - and very few changes relating to them since then: 0.1a1...9830fcd#diff-73f939eb448b54b735ba472874215bcb06c30756488c8210a9b64de7ac0bf92f So I'm not able to replicate the reason I opened this issue. I don't want to spend more time on this so I'll chalk it up to mystery and add the |
I had to add this to
mypy.ini
in LLM:The text was updated successfully, but these errors were encountered: