Commit Graph

4 Commits

Author SHA1 Message Date
Rubén De la Torre Vico
7bf7ba6d41 fix: prefer Poetry in setup-git-hooks.sh for system hook deps
Poetry must be preferred over standalone prek because local hooks
(pylint, bandit, safety, vulture, trufflehog) are Python dev
dependencies installed via Poetry. When only standalone prek is
available, warn that these hooks will fail without the deps.
2026-04-07 18:36:45 +02:00
Rubén De la Torre Vico
7fb1660c30 chore: update setup-git-hooks.sh to use prek
Detect prek from PATH first (brew, npm global, pipx), then fall
back to Poetry. This allows UI-only contributors to use prek
without needing Poetry installed.
2026-04-07 18:21:49 +02:00
Alan Buscaglia
175d7f95f5 fix: clear core.hooksPath before installing pre-commit hooks (#9413) 2025-12-02 13:42:04 +01:00
Alan Buscaglia
b6ba6c6e31 feat(hooks): integrate Python pre-commit with Husky for monorepo (#9279) 2025-11-20 12:48:43 +01:00