Solve conflicts + pre-commit run -a

This commit is contained in:
Cadene
2024-02-29 23:31:32 +00:00
parent 0b9027f05e
commit ae050d2e94
8 changed files with 26 additions and 41 deletions

View File

@@ -108,7 +108,10 @@ eval_episodes=7
**Style**
```
# install if needed
pre-commit install
# apply style and linter checks before git commit
pre-commit run -a
```
**Tests**