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.
9214 | 1 | # -*- coding: utf-8 -*- |
2 | ||
11090
f5f5f5803935
Updated copyright for 2025.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10439
diff
changeset
|
3 | # Copyright (c) 2022 - 2025 Detlev Offenbach <detlev@die-offenbachs.de> |
9214 | 4 | # |
5 | ||
6 | """ | |
7 | Package implementing dialogs to perform some code formatting. | |
8 | ||
9 | The supported code formatting systems are these. | |
10 | <ul> | |
11 | <li><a href="https://github.com/psf/black">Black</a></li> | |
9453
e5065dde905d
Code Formatting
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9214
diff
changeset
|
12 | <li><a href="https://pycqa.github.io/isort/">isort</a></li> |
9214 | 13 | </ul |
14 | """ |