-
Notifications
You must be signed in to change notification settings - Fork 3
Feat: pre-commit autoupdate #6
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
base: main
Are you sure you want to change the base?
Conversation
Add formatting hooks for json, python and apply all
|
@ednolan , I believe the intention for clang-tidy config and pre-commit hook was to not ship it with infra but with exemplar? |
| rev: 0.22.3 | ||
| rev: 0.23.2 | ||
| hooks: | ||
| - id: gersemi |
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.
I'm just going to note that from a policy point of view we've discussed removing this since gersemi isn't telling really helpful
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.
I like it, it is better than formatting manually!
| @@ -0,0 +1,10 @@ | |||
| --- | |||
| BasedOnStyle: LLVM | |||
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.
how does this compare with what optional is doing? We probably need to have an independent discussion of these. I'm also used to this file going in the top level of a repo -- so maybe this part needs to be examplar?
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.
it is only needed to format json files with clang-tidy
Add formatting hooks for json, python
and apply all