fix style readme
This commit is contained in:
parent
e765e26b0b
commit
5812298290
|
@ -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**
|
||||||
|
|
Loading…
Reference in New Issue