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
Your repository has a workflow which lints your code after every push and when creating a pull request.
Linter workflow may fail if description or keywords field in setup.cfg is empty. Please update these fields. To validate your changes run:
description
keywords
prospector
Enabling githook will automatically lint your code in every commit. You can enable it by running the command below.
git config --local core.hooksPath .githooks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your repository has a workflow which lints your code after every push and when creating a pull request.
Linter workflow may fail if
description
orkeywords
field in setup.cfg is empty. Please update these fields. To validate your changes run:Enabling githook will automatically lint your code in every commit. You can enable it by running the command below.
The text was updated successfully, but these errors were encountered: