Christian Clauss
2a1db770ce
all: Fix cases of Python variable assigned but never used.
...
This fixes ruff rule F841.
2023-05-02 16:36:05 +10:00
Christian Clauss
8f8bd98164
all: Fix strings with backslash by using raw string literals.
2023-05-02 11:55:02 +10:00
Christian Clauss
4376c969f6
all: Fix Python comparison to None and True, and use "not in".
...
These are basic PEP8 recommendations.
2023-03-10 13:32:24 +11:00
Damien George
6129b8e401
tests: Rename run-tests to run-tests.py for consistency.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-03-12 19:56:09 +11:00
Damien George
69661f3343
all: Reformat C and Python source code with tools/codeformat.py.
...
This is run with uncrustify 0.70.1, and black 19.10b0.
2020-02-28 10:33:03 +11:00
Damien George
01dd7804b8
ports: Make new ports/ sub-directory and move all ports there.
...
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
2017-09-06 13:40:51 +10:00