Skip to content

Commit

Permalink
docs: update exception case about interactive option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Dec 1, 2023
1 parent 9b072e6 commit 10f5ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ pre-commit:

Whether to use interactive mode. This applies the certain behavior:
- All `interactive` commands/scripts are executed after non-interactive.
- All `interactive` commands/scripts are executed after non-interactive. Exception: [`piped`](#piped) option is set to `true`.
- When executing, lefthook tries to open /dev/tty (Linux/Unix only) and use it as stdin.
- When [`no_tty`](#no_tty) option is set, `interactive` is ignored.

Expand Down

0 comments on commit 10f5ad4

Please sign in to comment.