-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add codespell to micropython-lib. #1065
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d620d98 to
90abb4f
Compare
d108cc8 to
09160fd
Compare
dpgeorge
reviewed
Dec 3, 2025
09160fd to
3cee61c
Compare
dpgeorge
reviewed
Dec 7, 2025
3cee61c to
5c376af
Compare
Contributor
Author
|
Done |
dpgeorge
approved these changes
Dec 8, 2025
Member
dpgeorge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating. Looks good now.
Add the codespell configuration based on the micropython/micropython repo. Configuration added: - pyproject.toml: codespell configuration with ignore-words stored in tools/ignore_words.txt and enabling of codespell ignore blocks. - .github/workflows/codespell.yml: GitHub action runs on Push and PR. - .pre-commit-config.yaml: runs codespell on commit. Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
Spelling preferences based on codespell configuration. Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
5c376af to
c266d30
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add the codespell configuration based on the micropython/micropython repo.
this was triggered by recent fixes and a comment from Damien
Codespell configuration with:
tools/ignore_words.txtGitHub action runs on Push and PR
runs codespell on commit.
3rd commit is the only code change. Therequestsmodule has a typo in the name a a variable (formated-->formatted)While this is a minor code change I did bump the version for that module.Example:
Testing
Tested locally and in CI
Labeled as Docs- as there is no 🔨tools label