Skip to content

Commit

Permalink
Added note for pre-commit args
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Jun 18, 2020
1 parent 7b54c26 commit 43b0fd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/pre-commit-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43b0fd8

Please sign in to comment.