Yaroslav Halchenko
|
d080d427eb
|
top: Add "mis" to list of ignore words for codespell.
Observed with codespell 2.2.5.dev57+gdc7e98d9:
$ codespell
./ports/rp2/machine_uart.c:163: mis ==> miss, mist
./ports/rp2/machine_uart.c:168: mis ==> miss, mist
2
|
2023-06-06 10:23:44 +10:00 |
Christian Clauss
|
78a1aa1711
|
github/workflows: Add GitHub Action to lint Python code with ruff.
Signed-off-by: Damien George <damien@micropython.org>
|
2023-05-02 23:52:11 +10:00 |
Damien George
|
867e4dd3dc
|
top: Add Black configuration section to pyproject.toml.
For convenience, eg for IDEs.
Signed-off-by: Damien George <damien@micropython.org>
|
2023-04-27 18:04:41 +10:00 |
Damien George
|
d77c35f110
|
tools/ci.sh: Add functions to check code spelling using codespell.
Signed-off-by: Damien George <damien@micropython.org>
tools/ci.sh: Explicitly specify pyproject.toml.
Signed-off-by: Damien George <damien@micropython.org>
tools/ci.sh: Import tomli.
Signed-off-by: Damien George <damien@micropython.org>
|
2023-04-27 16:01:14 +10:00 |