-
Notifications
You must be signed in to change notification settings - Fork 47
Black format tests #249
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
Black format tests #249
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
=======================================
Coverage 88.41% 88.41%
=======================================
Files 10 10
Lines 1718 1718
=======================================
Hits 1519 1519
Misses 199 199 ☔ View full report in Codecov by Sentry. |
|
@h-mayorquin would this be covered by this #247 ? |
|
I am actuall not sure. |
|
I think it might, since the pre-commits should do black formatting |
|
Should I merge that first? |
.pre-commit-config.yaml
Outdated
| hooks: | ||
| - id: black | ||
| files: ^src/ | ||
| files: ^src/|^test/ |
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.
This was missing @alejoe91 you can merge the other one and then this.
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.
right!
Will make the diff of #248 easier to read.