Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Add pre-commit hook bypass flag to ease transition
  • Loading branch information
pythoninthegrass committed Feb 21, 2024
1 parent 6b41710 commit 3f6a7c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f6a7c9

Please sign in to comment.