We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a350e + 13b31ca commit 8db7a85Copy full SHA for 8db7a85
.github/workflows/pre-commit.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
sudo apt-get update
36
- sudo apt-get install -y gettext uncrustify
+ sudo apt-get install -y gettext
37
- name: Run pre-commit
38
uses: pre-commit/[email protected]
39
- name: Make patch
requirements-dev.txt
@@ -17,6 +17,7 @@ polib
17
black
18
pyyaml
19
pre-commit
20
+micropython-uncrustify
21
22
# for combining the Nordic SoftDevice with CircuitPython
23
intelhex
@@ -35,3 +36,6 @@ jsmin
# for Silicon Labs Configurator (SLC)
websockets
colorama
+
40
+# for silabs builds
41
+setuptools
0 commit comments