mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
docs: update README.md
Add pre-commit hook bypass flag to ease transition
This commit is contained in:
parent
6b4171090d
commit
3f6a7c9526
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user