mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
6079531a5f
Stacked on #1983. Adds glob-based tag filters for `prek auto-update`: - `--include-tag <pattern>` and `--exclude-tag <pattern>` apply to all repositories. - `--repo-include-tag <repo>=<pattern>` and `--repo-exclude-tag <repo>=<pattern>` apply to a single repository. Filters are applied before selecting the update candidate, with include filters evaluated before exclude filters. Closes #1972 Closes #174