jonescompneurolab / hnn

The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
http://hnn.brown.edu
Other
81 stars 25 forks source link

Add codespell: config, workflow and get it to fix some typos #339

Open yarikoptic opened 1 year ago

yarikoptic commented 1 year ago

codespell workflow would just detect when typos introduced, not fix them automagically. Run codespell -w locally to do that. Can use pre-commit to automate. See e.g. https://github.com/dandi/dandi-cli/blob/master/.pre-commit-config.yaml#L21

jasmainak commented 1 year ago

no objection from my end although hnn-core may benefit more from this ;-)