python-flake8 4.0.1-2 source package in Ubuntu

Changelog

python-flake8 (4.0.1-2) unstable; urgency=medium

  * Team upload.
  * Add Breaks on python3-flake8-polyfill and python3-pytest-flake8

 -- Scott Talbert <email address hidden>  Mon, 21 Feb 2022 13:43:08 -0500

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
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flake8_4.0.1-2.dsc 2.3 KiB 69ad4bf007d5858f71eabebd346a5c69b022b70a15475a8f15a266857d2933f8
python-flake8_4.0.1.orig.tar.gz 151.3 KiB 806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d
python-flake8_4.0.1-2.debian.tar.xz 8.3 KiB ff9c25cb6a2e81c13652f28fb298802ee20f64012fa193b24cebe4a5b5570ed7

Available diffs

No changes file available.

Binary packages built by this source

flake8: code checker using pycodestyle and pyflakes

 Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
 Flake8 runs all tools by launching the single 'flake8' script, but ignores
 pycodestyle and PyFlakes extended options and just uses defaults. It displays
 the warnings in a per-file, merged output.
 .
 This package provides flake8 binary.

python3-flake8: code checker using pycodestyle and pyflakes - Python 3.x

 Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
 Flake8 runs all tools by launching the single 'flake8' script, but ignores
 pycodestyle and PyFlakes extended options and just uses defaults. It displays
 the warnings in a per-file, merged output.
 .
 This package provides Python 3 module bindings only.