Skip to content

Conversation

@Josverl
Copy link
Contributor

@Josverl Josverl commented Nov 18, 2025

Add the codespell configuration based on the micropython/micropython repo.
this was triggered by recent fixes and a comment from Damien

  • Configuration added:
    • pyproject.toml
      Codespell configuration with:
      • some additional ignore-words
      • paths adjusted - ignores tests_*.py and html/entities as they have many non-words.
    • codespell.yml
      GitHub action runs on Push and PR
    • .pre-commit-config.yaml
      runs codespell on commit.
  • The 2nd commit contains spelling corrections in comments , docstrings , and .md files based on the above configuration
  • 3rd commit is the only code change. The requests module 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.

Testing

Tested locally and in CI

Labeled as Docs- as there is no 🔨tools label

Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
Spelling preferences based on codespell configuration.

Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
While this is a minor code change I did bump the version.

Signed-off-by: Jos Verlinde <Jos.Verlinde@Microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant