jbampton commented on code in PR #14107:
URL: https://github.com/apache/cloudstack/pull/14107#discussion_r3981261710
##########
.pre-commit-config.yaml:
##########
@@ -216,3 +216,10 @@ repos:
types: [yaml]
files: \.ya?ml$
exclude: ^.*k8s-.*\.ya?ml$|^.github/workflows/.*\.lock\.ya?ml$
+ - repo: https://github.com/python-jsonschema/check-jsonschema
+ rev: 12e63946db2c5cfcc9030fac21c3883ba88c6ed8 # frozen: 0.38.0
+ hooks:
+ - id: check-dependabot
+ name: validate dependabot.yml
+ description: ensures the dependabot config file is valid
Review Comment:
Some of the other hooks already have descriptions used more for quick help
and info.
https://pre-commit.com/#hooks-description
We can remove this if needed.
pre-commit still works and first time I have seen this copilot review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]