-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
GKS hackathon changes tracking #28
Conversation
Pyproject updates
Set up the `pre-commit` hook | ||
|
||
cp ./scripts/pre-commit ./.git/hooks/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why we're not leveraging pre-commit directly? https://pre-commit.com/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For simple stuff like just running some ruff commands, adding another tool dependency seems like a lot. But I'd be fine with someone else adding it if they want
src/templates/maturity
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
No description provided.