pre-commit: Advice to install pre-commit in deprecation message

Running "meson setup" again is not enough, pre-commit must be installed.
Meson already prints a warning but that's not fatal and easy to miss.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8438>
This commit is contained in:
Xavier Claessens 2025-02-10 11:55:41 -05:00 committed by GStreamer Marge Bot
parent 5cd582c9c6
commit a54568a93c

View file

@ -4,3 +4,4 @@
#
echo "This hook is deprecated, please run 'meson setup' to update your configuration"
echo "You first need to install pre-commit with your package manager or python3 -m pip install pre-commit"