Skip to content
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] Drop black, add ruff up rules, improve private vs public imports and add general purpose entry-point to the GUI #159

Merged
merged 14 commits into from
Jan 16, 2024

Conversation

mscheltienne
Copy link
Member

@mscheltienne mscheltienne commented Jan 15, 2024

The main changes are:

  • Drop black in favor of ruff
  • Enable the ruff up rules
  • Add missing imports in the __init__.py that would prevent some:
import mne_icalabel

mne_icalabel.xxx.yyy
  • Add arguments to the command-line entry point of the GUI to pass raw/epochs and ICA files for the GUI.
  • Add workflow and script to generate stubs automatically along the codebase, for better type-hints in VSCode.

@mscheltienne mscheltienne merged commit ea488c1 into mne-tools:main Jan 16, 2024
15 checks passed
@mscheltienne mscheltienne deleted the maintenance branch January 16, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant