Fixes for the following issues that a new version of mypy started reporting recently: runners/trace32.py:34: error: Incompatible default for argument "startup_args" (default has type "None", argument has type "List[str]") [assignment] runners/trace32.py:137: error: Incompatible default for argument "cfg" (default has type "None", argument has type "Path") [assignment] runners/trace32.py:34: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blackmagicprobe.py | ||
| bossac.py | ||
| canopen_program.py | ||
| core.py | ||
| dediprog.py | ||
| dfu.py | ||
| esp32.py | ||
| ezflashcli.py | ||
| gd32isp.py | ||
| hifive1.py | ||
| intel_adsp.py | ||
| intel_cyclonev.py | ||
| jlink.py | ||
| mdb.py | ||
| misc.py | ||
| nios2.py | ||
| nrfjprog.py | ||
| nsim.py | ||
| openocd.py | ||
| pyocd.py | ||
| qemu.py | ||
| spi_burn.py | ||
| stm32cubeprogrammer.py | ||
| stm32flash.py | ||
| trace32.py | ||
| xtensa.py | ||