-
Notifications
You must be signed in to change notification settings - Fork 34
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
[MAINT] Replace setup.py with pyproject.toml #160
Conversation
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Yeah it would work to merge this with failing Also while you're at it we could enable |
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Signed-off-by: Adam Li <[email protected]>
Once this is good to go, I'll merge this and then proceed with the formatting in #159 and add to git-ignore. I guess for the precommit stuff, I can just copy what MNE-Python has? |
Yes a subset of it at least. We just added some Feel free to merge and continue if you're ready @adam2392 ! |
* Add new toml files --------- Signed-off-by: Adam Li <[email protected]>
* upstream/main: (56 commits) [CI] Fix CIs (mne-tools#164) Fix azure Fix CIs New dev for v0.7 [RELEASE] V0.6 (mne-tools#162) Try azure again [CI] Fix azure (mne-tools#161) Add gitblame [MAINT] Run black, isort, ruff, and other auto-linters on entire package (mne-tools#159) [MAINT] Replace setup.py with pyproject.toml (mne-tools#160) [BUG] Fixed issue w/ different rank-indices length (mne-tools#158) [MAINT] Refactor bivariate and multivariate methods into separate files (mne-tools#156) [MAINT] Fix failing unit tests & update CI packages (mne-tools#157) fixed grammar mistake switched to array indices & added inline comments updated default non-zero rank tolerance removed redundant list creation removed redundant ignored word switched to masked indices for multivariate conn updated time ...
PR Description
First part of #159
Merge checklist
Maintainer, please confirm the following before merging: