You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .snippets/36.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,19 @@ scope: all
5
5
affected: all
6
6
-->
7
7
8
-
This change adds mpy cross compiled `*.mpy` files based on MicroPython 1.27.0 to the `be_upy_blink` directory. These files are listed in `package_mpy.json` and can be installed via
8
+
This change adds mpy cross compiled `*.mpy` files based on MicroPython 1.27.0 to the `be_upy_blink` directory. These files are listed in `package_mpy.json` and can be installed via`mip` like
The pre-commit hook `mpy-cross` is generating the latest `*.mpy` files of the `be_upy_blink` directory. If new `.mpy` files are created or change by this hook, the hook will raise an error.
16
22
The pre-commit hook `upy-package-mpy` is added to verify the `package_mpy.json` file list is up to date.
0 commit comments