-
Notifications
You must be signed in to change notification settings - Fork 222
Add type-hints in annotation classes #729
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 type-hints in annotation classes #729
Conversation
@murtukov |
@Vincz neither of these. I just don't have enough time for complex tasks, so I just go through code here and there and make simple improvements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 good job @murtukov. Maybe we can make some minors before merging this one, I don't see nothing blocking it right now
359ae51
to
c13a344
Compare
c13a344
to
aa8609a
Compare
Add type-hints to annotation classes + common refactoring
@Vincz please check the PR carefully, because I don't know everything, that happens in your code, therefore could make mistakes. I just added type-hints to annotation classes and made general changes in the annotation related code. Ask if you have any questions.