-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Ref: python script clean up #141
Ref: python script clean up #141
Conversation
@aaptel Could you take a look? |
My main goal was to pass pycharm linter and pylance without any warnings |
Hmm I'll be honnest, I appreciate the effort and time to do this, but I don't like the changes so much. 😕
And please test the code. 🙏 I care more that it works than it looks pretty. |
@Furrior statement? |
I ll apply suggestions soon |
I agree with the fact that this script is not of primary importance, but it was barely readable for me in its original state. Also the branch name is "if-you-do-it-quickndirty-your-code-quality-will-suffer", so... Ready for a merge if Ismoh doesnt mind a little bit of excessive pedantry. |
Tbh I don't like
! I pass on @aaptel. Please make a decission. It's your code. |
My point about type hints - if ide cant identify what is stored in the var, then it needs a type hint |
I guess it means no |
Still need some help with one function that I dont fully understand. Looks like some lua version parser, but I have never actually worked with lua, so need ideas how to rename stuff there.
Also I did NOT test the code. YOLO