-
Notifications
You must be signed in to change notification settings - Fork 57
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
Check Jupyter notebooks by default, in sync with 0.6.0 #96
Conversation
Signed-off-by: Henry Schreiner <[email protected]>
Co-authored-by: Micha Reiser <[email protected]>
Sorry for the oversight on our end and thanks for PRing a fix. This looks good but I'm also a complete pre-commit noob (and non-user). @AlexWaygood would you mind taking a look. |
types_or: [ python, pyi, jupyter ] | ||
types_or: [ python, pyi ] |
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.
types_or
overwrites the default config in .pre-commit-hooks.yaml
rather than extending it, correct? I think that's what we want this example to show, I'm just double-checking.
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.
Yes, that's how everything in pre-commit works. Users can override anything.
Co-authored-by: Alex Waygood <[email protected]>
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.
Thanks!
Summary
Close #95
Test Plan