mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 21:14:44 +00:00
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:
parent
5cd582c9c6
commit
a54568a93c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue