-
Notifications
You must be signed in to change notification settings - Fork 1
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
pyi mode #11
Comments
this is a repost from #29 it can be quite a bit easier to experiment with typing stuff in .pyi stubs than in .py modules, because future.annotations or stringified annotations aren't needed at all (and illegal according to flake8-pyi in ruff) so I think it could be helpful to either completly switch to .pyi, or leave that choice up to the user (url-based might be an easy solution) |
I'm guessing that this is the relevant code then
|
yeah i think so, shouldn't be too hard to implement assuming all we need to do is add an option that changes that filename |
No description provided.
The text was updated successfully, but these errors were encountered: