Skip to content

Commit a63470a

Browse files
committed
Use micropython-uncrustify from pypi instead of apt package
1 parent c581eb9 commit a63470a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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: 1 addition & 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

0 commit comments

Comments
 (0)