Skip to content
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 pylint yml file and pylint-score #632

Conversation

soutobias
Copy link
Collaborator

I have established a 'pylint_checking.yml' configuration file to automate pylint checks on the github actions.

After running pylint, the resulting code quality score is compared to the value stored in the '.pylint-score' file. If the newly calculated score exceeds the value stored in the file, the test will pass.

Subsequently, the value in the '.pylint-score' file is updated. This ensures that any new code additions maintain or improve upon the existing code quality score.

The current threeshold is 5.0.

I did not include any pre-commit code in the package.

@soutobias
Copy link
Collaborator Author

I closed this pull request to submit iit as a branch of the code (not as a upstream)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant