-
Notifications
You must be signed in to change notification settings - Fork 18
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
add pre-commit hooks #142
add pre-commit hooks #142
Conversation
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.
Good change! I think it would be good to add a .git-blame-ignore-revs
file too, though
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.
Also, a workflow for pre-commit would align with the other projects
It would be a good idea to make similar changes in umath and random, as well as the migration to pyproject.toml
Maybe issues should be made for these things
47513b5
to
5efbeff
Compare
eed768e
to
1bdc21e
Compare
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.
Nothing more from me, I think this looks good, thanks for your work on this @vtavana
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.
Thank you @vtavana
add pre-commit formatting configuration,
pylint
hook is added with "--errors-only" otherwise it suggests a lot of changes which should to be addressed separately, if needed.