Lefthook

Latest version: v1.11.6

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 24

0.7.0

- [PR](https://github.com/evilmartians/lefthook/pull/98) Support relative roots for monorepos. Thanks [jsmestad](https://github.com/jsmestad)

0.6.7

- [Commit](https://github.com/evilmartians/lefthook/commit/e898b5c8ba56c4d6f29a4d1f433baa1779a0845b)
Skip before executing command

- [PR](https://github.com/evilmartians/lefthook/pull/94) Add option --keep-config. Thanks [justinasposiunas](https://github.com/justinasposiunas)

- [Commit](https://github.com/evilmartians/lefthook/commit/d79a3a46e7d1ee709b97e97f823bfd27e9466eff)
Check if shell is non interactive

0.6.6

- [PR](https://github.com/evilmartians/lefthook/pull/94) Use eval instead of exec; Enable tty for the shell. Thanks [ssnickolay](https://github.com/ssnickolay)

0.6.5

- [PR](https://github.com/evilmartians/lefthook/pull/89) Add support for git-worktree. Thanks [f440](https://github.com/f440)

- [Commit](https://github.com/evilmartians/lefthook/commit/48702a0806d2b2eab13636ba56b0e0b99f346f1c)
Commands and Scripts now can catch Stdin

- [Commit](https://github.com/evilmartians/lefthook/commit/9a226842292ff1dda0f2273b66a0799988aa5289)
Add partial support for monorepos and command execution not from project root

0.6.4

- [PR](https://github.com/evilmartians/lefthook/pull/84) Fix return value from shell exit. Thanks [HaiD84](https://github.com/HaiD84)

- [PR](https://github.com/evilmartians/lefthook/pull/86) Support postinstall script for npm installation for monorepos. Thanks [sHooKDT](https://github.com/sHooKDT)

- [PR](https://github.com/evilmartians/lefthook/pull/82) Now relative path to scripts supported. Thanks [AlexeyMatskevich](https://github.com/AlexeyMatskevich)

- [Commit](https://github.com/evilmartians/lefthook/pull/80/commits/1a4b0ee155eb66ae6f3c365164012bee9332605a)
Option `extends` for top level config added. Now you can merge some settings from different places:
yml
extends: $HOME/work/lefthook-extend.yml


- [Commit](https://github.com/evilmartians/lefthook/commit/83cf818106dbf222ea33ba86aafce8f30d7cb5a9)
Add examples to generated lefthook.yml

0.6.3

- [Commit](https://github.com/evilmartians/lefthook/commit/0426936f48f248221126f15619932b0dc8c54d7a) Add `-a` means `aggressive` strategy for `install` command
bash
lefthook install -a clear .git/hooks dir and reinstall lefthook hooks


- [Commit](https://github.com/evilmartians/lefthook/commit/5efb0677a4a9ec1728d3cf1a083075e23315a796) Add Lefthook version indicator for commands and script execution

- [Commit](https://github.com/evilmartians/lefthook/commit/8b55d91eed46643a1674bd4ad96fa211a177e159) Remove `npx` as dependency from node wrapper

Now we will call directly binary from `./node_modules`

- [Commit](https://github.com/evilmartians/lefthook/commit/76ffed4c698bc074984e91f5610c0b98784bd10b) Add `-f` means `force` strategy for `install` command

bash
lefthook install -f reinstall lefthook hooks without sync info check


- PR [27](https://github.com/evilmartians/lefthook/pull/27) Move LEFTHOOK env check in hooks files

Now if LEFTHOOK=0 we will not call the binary file

- PR [26](https://github.com/evilmartians/lefthook/pull/26) + [commit](https://github.com/evilmartians/lefthook/commit/afd67f94631a10975209ed4c5fabc763f44280eb) Add `{push_files}` shortcut

Add shortcut `{push_files}`


pre-commit:
commands:
rubocop:
run: rubocop {push_files}

It same as:

pre-commit:
commands:
rubocop:
files: git diff --name-only HEAD {push} || git diff --name-only HEAD master
run: rubocop {push_files}


- [Commit](https://github.com/evilmartians/lefthook/commit/af087b032a14952aa1dd235a3d0b5a51bc760a10) Add `min_version` option

You can mark your config for minimum Lefthook version:

Page 23 of 24

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.