From addd52e7c600eaa094adab9166495aea780d3f01 Mon Sep 17 00:00:00 2001 From: Andy Warburton Date: Wed, 27 Jul 2022 18:28:01 +0100 Subject: [PATCH] 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 --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b4411bd3a..f65c13fa69 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,6 +17,7 @@ polib # For pre-commit pyyaml black +pre-commit # for combining the Nordic SoftDevice with CircuitPython intelhex