-
Notifications
You must be signed in to change notification settings - Fork 41
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
improve repo's pylint score #867
Comments
Hi @Ishankoradia , Can I try out this ? |
Yes go for it. @Alokih you can put your queries here also. |
Ok @Ishankoradia sir |
@Alokih if you want to run the entire setup you will need prefect proxy and airbyte. Let me know your discord user id , i will add you to our server. Sorry for the late response. |
Hi @Ishankoradia I would love to tackle this issue and am confident that I can get it done :) |
Currently we have a pylint score of 6.5. Would be great to get it to 8.5.
To do this one will need update the
pyproject.toml
and setfail-under = 8.5
under the pylint section. Then runpre-commit run --all-files
and fix the lint errors seen on console.The text was updated successfully, but these errors were encountered: