diff --git a/docs/docs/pre-commit-hooks.md b/docs/docs/pre-commit-hooks.md index f25f89ed8de..02721ba3014 100644 --- a/docs/docs/pre-commit-hooks.md +++ b/docs/docs/pre-commit-hooks.md @@ -7,6 +7,13 @@ See the official documentation for more information: [pre-commit.com](https://pr Below you can see the available `pre-commit` hooks you can use. +!!!note + + If you specify the `args:` section for a hook in your pre-commit config + the default `args:` are overwritten. So if you want to add arguments + you need to specify the default ones in your config also. + + ## poetry-check The `poetry-check` hook calls the `poetry check` command