mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-09 01:22:02 +00:00
Changelog: ============ - feature: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks. - fix: --hook-type is required Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
437 B
BlitzBasic
17 lines
437 B
BlitzBasic
SUMMARY = "A framework for managing and maintaining multi-language pre-commit hooks."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8"
|
|
|
|
PYPI_PACKAGE = "pre_commit"
|
|
|
|
inherit pypi setuptools3
|
|
SRC_URI[sha256sum] = "718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-cfgv \
|
|
python3-identify \
|
|
python3-nodeenv \
|
|
python3-pyyaml \
|
|
python3-virtualenv \
|
|
"
|