File: control

package info (click to toggle)
pytest-pylint 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: python: 635; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,062 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
28
29
30
31
32
33
34
35
36
Source: pytest-pylint
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ondřej Kobližek <kobla@debian.org>,
 Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pylint (>= 2.2.2-2),
 python3-all,
 python3-mock,
 python3-pytest (>= 6.0),
 python3-pytest-flake8,
 python3-pytest-runner,
 python3-setuptools,
 python3-six,
Standards-Version: 4.6.2
Homepage: https://github.com/carsongee/pytest-pylint
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-pylint
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-pylint.git
Rules-Requires-Root: no

Package: python3-pytest-pylint
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: pytest plugin to check source code with pylint - Python 3.x
 Run pylint with pytest and have configurable rule types (i.e. Convention,
 Warn, and Error) fail the build. You can also specify a pylintrc file.
 .
 Usage: py.test --pylint
 .
 This package contains the Python 3.x module.