Skip to content
Snippets Groups Projects
Commit 010c9b91 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add black.

parent 6075f4e6
No related branches found
No related tags found
No related merge requests found
Pipeline #43425 passed
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* Install OpenSCAD * Install OpenSCAD
* Drawio * Drawio
* DTS-lab unb2c * DTS-lab unb2c
* Flake8 * Flake8, black
...@@ -1348,9 +1348,13 @@ Alt-F7 to move window on screen ...@@ -1348,9 +1348,13 @@ Alt-F7 to move window on screen
******************************************************************************* *******************************************************************************
* Flake8 * Flake8, black
******************************************************************************* *******************************************************************************
# gebruik flake8 voor code check, en black als formatter
# https://flake8.pycqa.org/en/latest/
# https://pypi.org/project/black/
python3 -m pip install flake8 python3 -m pip install flake8
# add to path in ~/.bashrc # add to path in ~/.bashrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment