You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyproject.toml: Add codespell configuration, CI and precommit.
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>
0 commit comments