mayavi icon indicating copy to clipboard operation
mayavi copied to clipboard

Recommend running typo linter on codebase

Open luzpaz opened this issue 2 years ago • 0 comments

Recommend installing codespell

pip install --upgrade git+https://github.com/codespell-project/codespell.git

and running

codespell -q 3 -S "*.pdf,*.vtu"

I would be happy to submit a PR with typo fixes if there is interest?

luzpaz avatar Jul 26 '23 16:07 luzpaz