pytest-pylint 0.19.0-1 source package in Ubuntu

Changelog

pytest-pylint (0.19.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update standards version to 4.6.2, no changes needed.

 -- Colin Watson <email address hidden>  Sun, 08 Jan 2023 23:08:22 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-pylint_0.19.0-1.dsc 2.4 KiB 0aba2b5c0b526fa0b430eed17d82f68982017c9197adccfebc26437b08f9169e
pytest-pylint_0.19.0.orig.tar.gz 13.1 KiB 3a4ac053859d5453131782d9af3db40219b3caabdd283f0f8125d3efb5cd9c2d
pytest-pylint_0.19.0-1.debian.tar.xz 17.2 KiB 0001c0813d0da71be0fc3fce5e6bf293ddbdd53a1992f6ac65f53c281818e90b

Available diffs

No changes file available.

Binary packages built by this source

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.