-
Notifications
You must be signed in to change notification settings - Fork 645
Migration from mypy to ty #1319
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
base: main
Are you sure you want to change the base?
Migration from mypy to ty #1319
Conversation
- no official pre commit hook support for ty: astral-sh/ty#269
|
Note 1: There is no pre commit hook for
ref: |
|
Note 2: await outside func/async function We are getting errors saying
It is something under discussion there:
And then we got reply saying:
I think it will take quite a while to get this feature. ref: |
- `ty` doesn't have any allow empty body config afaik
|
Here is existing And here is what I am migrating into: And here is my mapping, or the reason:
Open for discussion, if I am missing something. Just wanted to clarify. ref: |
Description
closes #1313
Tests and Documentation