-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make vimlparser.py (much more) PEP8 compliant #122
Conversation
Is there any chance to lint this in CI? 😎 |
Sure.. :) I am using the following config locally (which is OK for now I guess):
With this PR it results in:
(two real issues (#121, and #110 (review))) |
I think it's ready, but needs to be rebased after fixing the two issues mentioned above. |
Rebased. |
maybe this change is conflicted to @mattn (and me?), so I can't merge this soon. |
Sure, happy to rebase this later again. |
py/vimlparser.py
Outdated
|
||
# TODO: under construction |
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.
This should be fixed.
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.
Slightly better now, but has wrong indent.
We can do it later.
No worries, just let me know when it is a bit calmer, and I am happy to rebase it then. |
Now it's time to rebase 😎 |
Rebased, should be good. |
Thank you 🎉🍺🎉 |
You are welcome, glad to help! 🍻 |
TODO:
- [ ] integrate #132 / #131