[FEATURE] Workflow to enforce linting/styling #30
Labels
enhancement
New feature or request
maintenance
For maintenance tasks
PyOpenSci Review
Part of a PyOpenSci Review
Is your feature request related to a problem? Please describe or write "N/A".
N/A
Describe the solution you'd like
Right now the linting is done as part of the
pre-commit
process, controlled inpre_commit_config.yaml
. This will not run in certain scenarios:pre-commit install
before committing to the repo.As part of the PyOpenSci review process, this was noted by one of the reviewers (see Additional Context for a link to the submission).
The most straightforward solution is to have a workflow run
pre-commit
on target files (similar to how pre-commit itself works normally).Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: