File: control

package info (click to toggle)
pygrep-hooks 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 76 kB
  • sloc: python: 246; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 708 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: pygrep-hooks
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pre-commit <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.3
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.