doc: Update pre-commit manual command

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2023-09-21 18:28:46 +02:00
parent c80e22482e
commit 2ced5e5a40
No known key found for this signature in database
GPG key ID: A2EB1F2CA8E3F677

View file

@ -32,5 +32,5 @@ command[check_voip]=/opt/check_ovhcloud/check_voip -w 7200 -c 86400
```
pip install pre-commit
pre-commit run --files check_*
pre-commit run --files check_* lib/*
```