1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jo
56bcab7337 Fix file path handling for meta hooks in workspace mode (#699) 2025-09-10 11:39:14 +08:00
Jo
e9fc08bc6b Implement project and hook selector (#623)
* selection

* .

* complete

* rewrite

* Fix

* Fix docs

* Update doc

* Fix single config mode

* Improve

* Fix doc

* Fixes and tweaks

* Fix tests

* Fixes and tests

* Use path clean instead of canonicalized
2025-09-06 16:44:22 +08:00
Jo
055e493fac Support prek install|install-hooks|hook-impl|init-template-dir in workspace mode (#595)
* Support `prek install|install-hooks|hook-impl|init-template-dir` in workspace mode

* Fix

* Fix windows
# Conflicts:
#	src/cli/hook_impl.rs
#	tests/hook_impl.rs

# Conflicts:
#	src/cli/install.rs
2025-09-06 16:44:22 +08:00
Jo
7f10e34e23 Support prek list in workspace mode (#586)
* Support `prek list` in workspace mode

* Update snapshot
2025-09-06 16:44:22 +08:00
Luiz Otavio Vilas Boas Oliveira
cf3399a660 Support --output-format=json in prek list (#446)
* Add option to list using json

* Reduce clone

---------

Co-authored-by: Jo <10510431+j178@users.noreply.github.com>
2025-08-13 16:48:40 +08:00
Jo
42fc2f6ec7 Implement prek list to list available hooks (#424)
* .

* Implement `prek list` to list available hooks
2025-08-11 19:31:38 +08:00