Skip to content

Commit c197b96

Browse files
authored
Merge pull request #5 from jreese/patch-1
Install black to check formatting
2 parents 285bdda + 7234731 commit c197b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ sudo apt-get install libudev-dev libusb-1.0
1818
sudo apt-get install -y gettext
1919
pip install -r requirements.txt
2020
pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
21-
pip install --force-reinstall pylint==1.9.2
21+
pip install --force-reinstall pylint==1.9.2 black==19.10b0

0 commit comments

Comments
 (0)