-
Notifications
You must be signed in to change notification settings - Fork 190
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
[MNT] Black codebase #584
[MNT] Black codebase #584
Conversation
@bruAristimunha you should setup a precommit hook for this so black is run on the files when you commit. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #584 +/- ##
=======================================
Coverage 84.11% 84.11%
=======================================
Files 67 67
Lines 5419 5419
=======================================
Hits 4558 4558
Misses 861 861 |
I added @agramfort! It should be run with ruff, but I don't know why it is not working, so I added an extra black hook for pre-commit. |
Hi @agramfort, I saw this mne PR 12261, and I changed here for ruff format, now we are using the ruff properly |
No description provided.