python-pylint
analyzes Python source code looking for bugs and signs of poor quality.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:RISCV/python-pylint && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pylint-2.15.2-gh.tar.gz | 0001309122 1.25 MB | |
pylint-pr7367-pythonpathtest.patch | 0000002713 2.65 KB | |
python-pylint.changes | 0000108452 106 KB | |
python-pylint.spec | 0000004668 4.56 KB |
Revision 29 (latest revision is 45)
Dominique Leuenberger (dimstar_suse)
accepted
request 1003053
from
Dirk Mueller (dirkmueller)
(revision 29)
- update to 2.15.2: * Fixed a case where custom plugins specified by command line could silently fail. * Fix ``used-before-assignment`` for functions/classes defined in type checking guard. * Update ``modified_iterating`` checker to fix a crash with ``for`` loops on empty list. * The ``docparams`` extension now considers typing in Numpy style docstrings * Fix false positive for ``unused-variable`` and ``unused-import`` when a name is only used in a string literal type annotation. * Fix false positive for ``too-many-function-args`` when a function call is assigned to a class attribute inside the class where the function is defined. * Fix ``used-before-assignment`` for functions/classes defined in type checking guard. * Fix ignored files being linted when passed on stdin. * ``missing-return-doc``, ``missing-raises-doc`` and ``missing-yields-doc`` now respect * Don't crash on ``OSError`` in config file discovery. * ``disable-next`` is now correctly scoped to only the succeeding line. * Update ``modified_iterating`` checker to fix a crash with ``for`` loops on empty list.
Comments 0