File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# MIRTE Python API
2- This package provides the API for the MIRTE Robot. Please
3- read the MIRTE documentation.
2+ This package provides the API for the [ MIRTE robot] ( https://mirte.org ) .
3+ Please read the [ MIRTE documentation] ( https://docs.mirte.org/develop/doc/api/mirte_python_api.html )
4+ for further documentation of this API.
45
56# Test code style
6- To check the Python code style run:
7+ To cnotribute to this repository the code needs to pass the python
8+ [ style check] ( https://github.com/mirte-robot/mirte-python/blob/develop/.github/workflows/python-check.yml )
9+
10+ To check this locally before you commit/push:
711``` sh
812pip install black
913black --check .
10- # Fix by using
14+ # Fix by using:
1115black .
1216```
You can’t perform that action at this time.
0 commit comments