summaryrefslogtreecommitdiff
path: root/scripts/git-hooks/pre-commit-python.hook
Commit message (Collapse)AuthorAgeFilesLines
* hooks:python: Max line length should be 120Thibault Saunier2021-10-141-1/+1
| | | | | | | As we ignore line length in pycodestyle and we have many places with line with more than 80 and less than 120 chars Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1121>
* Move commit gst-indent hook to the rootmonorepo-startNicolas Dufresne2021-09-241-0/+81
This renable at meson setup time the installation of the gst-indent commit hook. The hooks were kept from gst-devtools as this set supports both C checks and Python checks. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/904>