-
Notifications
You must be signed in to change notification settings - Fork 227
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
feat: add a style check env #564
Conversation
style = [ | ||
"black --check --diff {args:.}", | ||
] | ||
fmt = [ |
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.
Did you run the style check on the repo and it didn't recommend any changes?
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 had ran this and there were suggestions which can be fixed with hatch run lint:fmt
. However, for introducing this, I was adding this in a shadow run mode for the time being without the changes.
Closing in favor of #634 |
Issue #, if available:
Description of changes:
Initially add
black[jupyter]
for linting.Code changes generated using:
To check formatting and for future workflow application, the changes can be see in #561.
To get those changes, the following command was executed -
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.