fix style readme

This commit is contained in:
Cadene 2024-02-25 11:09:47 +00:00
parent e765e26b0b
commit 5812298290
1 changed files with 2 additions and 2 deletions

View File

@ -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**