pygrep-hooks/debian/control
Daniel Baumann 770fce1728
Adding debian version 1.10.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-16 20:28:34 +02:00

26 lines
732 B
Text

Source: pygrep-hooks
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
pre-commit <!nocheck>,
python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://pre-commit.com
Vcs-Browser: https://forgejo.debian.net/pre-commit/pygrep-hooks
Vcs-Git: https://forgejo.debian.net/pre-commit/pygrep-hooks
Package: pre-commit-pygrep-hooks
Architecture: all
Depends:
pre-commit,
${misc:Depends},
Enhances:
pre-commit,
Description: Git pre-commit hook framework (Python hooks)
pre-commit is a framework for managing and maintaining multi-language Git
pre-commit hooks.
.
This package contains some out-of-the-box hooks for Python.