79e57473b2
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`. |
||
---|---|---|
.. | ||
board.json | ||
mboot_keys.h | ||
mpconfigboard.h | ||
mpconfigboard.mk | ||
pins.csv | ||
rfcore_debug.py | ||
rfcore_firmware.py | ||
rfcore_makefirmware.py | ||
stm32wbxx_hal_conf.h |