We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aed9c1 commit f78dae7Copy full SHA for f78dae7
README.md
@@ -29,7 +29,7 @@ If all goes well you should see the following returned:
29
* Use venv -> `source venv/bin/activate`
30
* `pip3 install -r requirements.txt` and `pip3 install -r requirements-dev.txt`
31
* Run tests with `venv/bin/pytest tests/*`
32
-* Black format with `venv/bin/black deepstack/core.py` and `venv/bin/black tests/test_deepstack.py`
+* Black format with `venv/bin/black .`
33
34
## Jupyter
35
* Docs are created using Jupyter notebooks
0 commit comments