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 that setuptools has a .pre-commit-config.yml file in the repository, but it doesn’t seem to be executed in any workflow.
.pre-commit-config.yml
Perhaps could integrate pre-commit.ci to run pre-commit checks automatically, ensuring consistency and catching issues early.
add a new [testenv:lint] to tox.ini or add a new step to .github/workflow/main.yml
[testenv:lint]
.github/workflow/main.yml
No response
The text was updated successfully, but these errors were encountered:
ci
.pre-commit-config.yaml
Successfully merging a pull request may close this issue.
What's the problem this feature will solve?
I noticed that setuptools has a
.pre-commit-config.yml
file in the repository, but it doesn’t seem to be executed in any workflow.Describe the solution you'd like
Perhaps could integrate pre-commit.ci to run pre-commit checks automatically, ensuring consistency and catching issues early.
Alternative Solutions
add a new
[testenv:lint]
to tox.ini or add a new step to.github/workflow/main.yml
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: