-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adding pre-commit-ci #35
Conversation
👀 DId something change upstream? |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
==========================================
- Coverage 92.06% 86.18% -5.89%
==========================================
Files 7 8 +1
Lines 416 1368 +952
==========================================
+ Hits 383 1179 +796
- Misses 33 189 +156 ☔ View full report in Codecov by Sentry. |
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 @ijpulidos !
Only question I have is if you need a git-blame-ignore-revs file like this one? https://github.com/MDAnalysis/UserGuide/blob/develop/.git-blame-ignore-revs
Adding pre-commit-ci support to be able to have a standard and centralized way to deal with basic code formatting.
Solves #34