jupyter-widgets / ipydatagrid

Fast Datagrid widget for the Jupyter Notebook and JupyterLab
BSD 3-Clause "New" or "Revised" License
579 stars 51 forks source link

Add codespell to pre-commit and fix typos #484

Closed ianthomas23 closed 8 months ago

ianthomas23 commented 8 months ago

Whilst following the instructions for developer installation and testing for the first time, I found a few spelling mistakes. This PR fixes those mistakes and adds codespell to pre-commit to catch similar errors in future.

martinRenou commented 8 months ago

CI failure is fixed in https://github.com/bloomberg/ipydatagrid/pull/482

Let's merge and iterate, thanks!