-
Notifications
You must be signed in to change notification settings - Fork 27
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
86: pre-commit runs on all files #101
86: pre-commit runs on all files #101
Conversation
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.
Looks good @John-Sharples, I've left a few suggestions.
Another suggestion would be to make the pre-commit config either use the local dev env or using a pre-commit env and making sure to keep dev and pre-commit deps at the same version. The former works quite well in my experience but we will need to add isort to the dev deps in pyproject.toml
Co-authored-by: Aidan Griffiths <[email protected]> Signed-off-by: tennlee <[email protected]>
Co-authored-by: Aidan Griffiths <[email protected]> Signed-off-by: tennlee <[email protected]>
Co-authored-by: Aidan Griffiths <[email protected]> Signed-off-by: tennlee <[email protected]>
Signed-off-by: tennlee <[email protected]>
* 86: pre-commit runs on all files * 86: run pre-commit on push * 86: update pylint version * 86: pylint version and scoring >9.8 * Update .github/workflows/run-pre-commit.yml Co-authored-by: Aidan Griffiths <[email protected]> Signed-off-by: tennlee <[email protected]> * Update .github/workflows/run-pre-commit.yml Co-authored-by: Aidan Griffiths <[email protected]> Signed-off-by: tennlee <[email protected]> * Update docs/conf.py Co-authored-by: Aidan Griffiths <[email protected]> Signed-off-by: tennlee <[email protected]> --------- Signed-off-by: tennlee <[email protected]> Co-authored-by: tennlee <[email protected]> Co-authored-by: Aidan Griffiths <[email protected]>
This PR change pre-commit workflow to run on all files, fixing issue where no-files were scanned in PR. The facilitate this change:
Closes #86