Closed jtpio closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
quantstack-github-io | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 3, 2024 5:14pm |
Thanks @arjxn-py :+1:
I pushed a new commit to fix other occurrences for that word, but maybe we could run a spell checker on the whole repo to find other typos more easily.
Would a pre-commit hook like codespell-project/codespell help?
Something like that yes. A hook could be useful, but a one-shot pass could be a good starting point too.
Something like that yes. A hook could be useful, but a one-shot pass could be a good starting point too.
Thanks for validating :) As far as I recall, first pre-commit run should be able to do a one shot pass. In my opinion it should be worth trying on a PR and see if it's effective and feasible. I'd be more than happy to assist for the same. I could try opening one and iterate over it :)
I'd be more than happy to assist for the same. I could try opening one and iterate over it :)
Sure, feel free to open a PR, thanks!
LGTM.
Part of #145