Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
# -*- coding: utf-8 -*- # Copyright (c) 2022 - 2025 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing dialogs to perform some code formatting. The supported code formatting systems are these. <ul> <li><a href="https://github.com/psf/black">Black</a></li> <li><a href="https://pycqa.github.io/isort/">isort</a></li> </ul """