-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update pylint #55
Comments
This is related to issue #57 |
i may help |
I have pycharm pro I can just tell it to fix all the code formatting and see if it works with the new pylint. Or we could try something like black as a pre-commit, but that will add some complexity. |
I read that as "I may need help" 😅 @07pepa id you want to tackle this that would be great! |
Hehe yea this is "hell" of being non native english speaker.... In 🇨🇿 (czech} language I could even drop "I" and from form of verb of "may" you could backtrack that i ment myself well i am just rolling Comunity edition (and i may suggest others like flake8 as well} but worth checking other big project like pydantic or fastapi and i am not againts precomit if there is explanation with simple fix (like just run this and that) and you will be able to comit but what i would like that code will not shine like christmass tree in pycharm (so a format as close as it can be) |
We had to pin pylint with the new CI pipeline because the newer version was throwing various linting errors. Need unpin pylint and resolve these errors.
The text was updated successfully, but these errors were encountered: