File: control

package info (click to toggle)
pylint 3.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,660 kB
  • sloc: python: 74,101; makefile: 67
file content (65 lines) | stat: -rw-r--r-- 2,011 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: pylint
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-astroid (>= 3.3.8),
 python3-dill (>= 0.3.6),
 python3-git <!nocheck>,
 python3-isort,
 python3-mccabe,
 python3-platformdirs <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-benchmark <!nocheck>,
 python3-pytest-runner <!nocheck>,
 python3-setuptools,
 python3-sphinx,
 python3-tomlkit,
 python3-typing-extensions (>= 3.10.0),
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylint
Vcs-Git: https://salsa.debian.org/python-team/packages/pylint.git
Homepage: https://pylint.pycqa.org/
Rules-Requires-Root: no
X-Style: black

Package: pylint
Architecture: all
Depends:
 python3-astroid (>= 3.0.1),
 python3-isort,
 python3-logilab-common,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-tk,
Suggests:
 python3-mccabe,
Conflicts:
 pylint-doc,
Description: Python 3 code static checker and UML diagram generator
 Pylint is a Python source code analyzer which looks for programming
 errors, helps enforcing a coding standard and sniffs for some code
 smells (as defined in Martin Fowler's Refactoring book)
 .
 Pylint can be seen as another PyChecker since nearly all tests you
 can do with PyChecker can also be done with Pylint. However, Pylint
 offers some more features, like checking length of lines of code,
 checking if variable names are well-formed according to your coding
 standard, or checking if declared interfaces are truly implemented,
 and much more.
 .
 Additionally, it is possible to write plugins to add your own checks.
 .
 The package also ships the following additional commands:
 .
   * pyreverse: an UML diagram generator
   * symilar: an independent similarities checker
   * epylint: Emacs and Flymake compatible Pylint