Add note about .pre-commit-config.yaml
This commit is contained in:
parent
6ec75a7ab7
commit
8ac2aef85d
1 changed files with 2 additions and 0 deletions
|
@ -13,3 +13,5 @@ To use it:
|
||||||
docker run -it -v "$(pwd)":/src -w /src brenard/python-pre-commit
|
docker run -it -v "$(pwd)":/src -w /src brenard/python-pre-commit
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** an example `.pre-commit-config.yaml` file is provided with Docker image source.
|
||||||
|
|
Loading…
Reference in a new issue