micropython-lib/tools
Jos Verlinde 6b2945cd08 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>
2025-12-08 11:00:13 +11:00
..
build.py
ci.sh tarfile: Add basic unittest for tarfile.TarFile. 2025-12-03 14:20:15 +11:00
codeformat.py
ignore_words.txt pyproject.toml: Add codespell configuration, CI and precommit. 2025-12-08 11:00:13 +11:00
makepyproject.py
uncrustify.cfg
verifygitlog.py