We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed when reviewing #2 that flake8 is called directly as part of the Github Action.
flake8
Should this repository switch to pre-commit like some other CASE Python repos are doing?
pre-commit
The text was updated successfully, but these errors were encountered:
Will investigate and see if it can be added as part of the pre-commit to follow other implementations.
Sorry, something went wrong.
Here's case-utils's config file for reference:
case-utils
https://github.com/casework/CASE-Utilities-Python/blob/main/.pre-commit-config.yaml
The call pattern is in the GitHub Action YAML file:
https://github.com/casework/CASE-Utilities-Python/blob/main/.github/workflows/cicd.yml#L47-L50
No branches or pull requests
I noticed when reviewing #2 that
flake8
is called directly as part of the Github Action.Should this repository switch to
pre-commit
like some other CASE Python repos are doing?The text was updated successfully, but these errors were encountered: