Add note about .pre-commit-config.yaml

This commit is contained in:
Benjamin Renard 2023-01-19 14:53:20 +01:00
parent 6ec75a7ab7
commit 8ac2aef85d
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -13,3 +13,5 @@ To use it:
docker run -it -v "$(pwd)":/src -w /src brenard/python-pre-commit
pre-commit run --all-files
```
**Note:** an example `.pre-commit-config.yaml` file is provided with Docker image source.