Skip to content

Commit 8db7a85

Browse files
authored
Merge pull request #9295 from dhalbert/pypi-uncrustify
Use micropython-uncrustify from pypi instead of apt package
2 parents b2a350e + 13b31ca commit 8db7a85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install -y gettext uncrustify
36+
sudo apt-get install -y gettext
3737
- name: Run pre-commit
3838
uses: pre-commit/[email protected]
3939
- name: Make patch

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ polib
1717
black
1818
pyyaml
1919
pre-commit
20+
micropython-uncrustify
2021

2122
# for combining the Nordic SoftDevice with CircuitPython
2223
intelhex
@@ -35,3 +36,6 @@ jsmin
3536
# for Silicon Labs Configurator (SLC)
3637
websockets
3738
colorama
39+
40+
# for silabs builds
41+
setuptools

0 commit comments

Comments
 (0)