micropython/ports/cc3200/boards
Christian Clauss 79e57473b2 all: Fix various Python coding inconsistencies found by ruff.
This fixes:
- type-comparison (E721): do not compare types, use isinstance().
- string-dot-format-missing-arguments (F524): .format call is missing
  argument(s) for placeholder(s): {message}.
- f-string-missing-placeholders (F541).
- is-literal (F632): Use != to compare constant literals.

The last one is fixed by just comparing for truthfulness of `state`.
2023-05-02 16:14:45 +10:00
..
LAUNCHXL ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
WIPY ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
cc3200_af.csv ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
cc3200_prefix.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
make-pins.py all: Fix various Python coding inconsistencies found by ruff. 2023-05-02 16:14:45 +10:00