Skip to content
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

Consider linking assignment targets, arguments and single names #109

Closed
felix-hilden opened this issue Jun 11, 2022 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@felix-hilden
Copy link
Owner

We don't link assignment targets, arguments and (I think) single names:

import lib
target = lib.Thing()
target

def foo(arg: lib.Thing): pass

We could reconsider this, at least for single names divorced from assignments and type hints. It would prevent having to look for the original line where the type is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant