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