Update requirements-dev.txt
added pre-commit as it wasn't installed resulting in error when following learn guide: https://learn.adafruit.com/building-circuitpython/build-circuitpython
This commit is contained in:
parent
bc926b041e
commit
addd52e7c6
|
@ -17,6 +17,7 @@ polib
|
||||||
# For pre-commit
|
# For pre-commit
|
||||||
pyyaml
|
pyyaml
|
||||||
black
|
black
|
||||||
|
pre-commit
|
||||||
|
|
||||||
# for combining the Nordic SoftDevice with CircuitPython
|
# for combining the Nordic SoftDevice with CircuitPython
|
||||||
intelhex
|
intelhex
|
||||||
|
|
Loading…
Reference in New Issue