stable-baselines3
stable-baselines3 copied to clipboard
Add precommit config yaml and fix typos automatically
Description
Add a pre-commit-config yaml for the pre-commit message, fix its typos accordingly
There are two open points
Motivation and Context
Automatically check codespell in pre-commit hooks, i.e. every time you commit
Checklist
- [ ] Adapt README.md
- [ ] Add install/pre-commit install to Makefile?
Hello, thanks for the PR, but please only keep the typo fixes changes for now.
Hello, thanks for the PR, but please only keep the typo fixes changes for now.
I have split the typos from this PR to this https://github.com/DLR-RM/stable-baselines3/pull/1981
However, i would strongly recommend to enforce spellcheck and other checks as proposed in this PR in oder to avoid playing catch-up and get in before such things occur
Rebased on top of typo fixes
Anything left to do here @araffin ?
related: https://github.com/DLR-RM/stable-baselines3/issues/545