File: control

package info (click to toggle)
pytest-black 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: python: 206; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 866 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
26
27
Source: pytest-black
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jeffrey Ratcliffe <jjr@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/coherent-oss/pytest-black
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-black
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-black.git

Package: python3-pytest-black
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python3 (>= 3.6),
 python3-pytest,
 black,
Description: pytest plugin to enable format checking with black
 This aids a Python developer by checking that all changes are
 correctly formatted. It does not format the code, but instead
 displays a diff so they can be fixed manually.