docs: update README.md

Add pre-commit hook bypass flag to ease transition
This commit is contained in:
pythoninthegrass 2024-02-21 01:20:50 -06:00
parent 6b4171090d
commit 3f6a7c9526

View File

@ -186,6 +186,11 @@ Most importantly, `ruff` is used to lint all python code.
git add .
git commit -m "commit message"
```
* Bypass pre-commit hooks
* Sometimes, it's necessary to bypass pre-commit hooks. This can be done with the `--no-verify` flag.
```bash
git commit -m "commit message" --no-verify
```
### Conventional Commits