pytest-pylint 0.7.1-2 source package in Ubuntu

Changelog

pytest-pylint (0.7.1-2) unstable; urgency=medium

  * Team upload.
  * Fix inconsistent-return-statements pylint error (Closes: #887573)
  * Bump Standards-Version to 4.1.3 (no changes needed)

 -- Benjamin Drung <email address hidden>  Thu, 01 Feb 2018 23:38:58 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-pylint_0.7.1-2.dsc 2.3 KiB 9197e6ea226307a514dcc79ece1f55b480e99dcf892c1972186a3a00386c53c7
pytest-pylint_0.7.1.orig.tar.gz 5.5 KiB 2378eecfef82afc90430fbd578f65d35f6b9cf59319d75f826d9bc30922c5b28
pytest-pylint_0.7.1-2.debian.tar.xz 6.6 KiB 86943ee73f99f618c329aa4040a5c876cc13ca5bd6b4c77cc9d68f53da24bd29

No changes file available.

Binary packages built by this source

python-pytest-pylint: pytest plugin to check source code with pylint - Python 2.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 2.x module.

python3-pytest-pylint: 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.