mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 19:49:49 +00:00
fix style readme
This commit is contained in:
@@ -89,8 +89,8 @@ eval_episodes=7
|
|||||||
|
|
||||||
**Style**
|
**Style**
|
||||||
```
|
```
|
||||||
isort lerobot && isort test && black lerobot && black test
|
isort lerobot && isort tests && black lerobot && black tests
|
||||||
pylint lerobot && pylint test # not enforce for now
|
pylint lerobot && pylint tests # not enforce for now
|
||||||
```
|
```
|
||||||
|
|
||||||
**Tests**
|
**Tests**
|
||||||
|
|||||||
Reference in New Issue
Block a user