feat(pre-commit): auto-install our pre-commit hook#58
Open
feat(pre-commit): auto-install our pre-commit hook#58
Conversation
There was a problem hiding this comment.
I've got 1 comment for you to consider
The PR title and description are not accurate. Here are my suggestions:
Title: feat(pre-commit): add Zenable AI hook and update existing hook versions
Description: # Contributor Comments
This PR updates the pre-commit configuration by:
- Adding a new Zenable AI native Python hook
- Updating revision hashes for ruff-pre-commit and lychee repositories to their latest versions
These changes are applied to both the root pre-commit config and the cookiecutter template.
Pull Request Checklist
Thank you for submitting a contribution!
Please address the following items:
- If you are adding a dependency, please explain how it was chosen.
- If manual testing is needed in order to validate the changes, provide a testing plan and the expected results.
- Validate that documentation is accurate and aligned to any project updates or additions.
List of skipped files due to configuration
Reviewed with 🤟 by Zenable
JonZeolla
commented
Sep 17, 2025
Comment on lines
-27
to
+31
| rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly | ||
| rev: ab5026be0f651c65826148206f845cbfabdd840d # frozen: nightly |
Member
Author
There was a problem hiding this comment.
Blocked on lycheeverse/lychee#1833 / lycheeverse/lychee#1834
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributor Comments
This auto installs our pre-commit hook config
Blocked on the zenable-mcp move to OAuth, so an api key isn't required at install time, and then we will need to be sure to skip the pre-commit check in CI mode
Testing
Pull Request Checklist
Thank you for submitting a contribution!
Please address the following items: