flake8-import-order 0.18.2-2 source package in Ubuntu

Changelog

flake8-import-order (0.18.2-2) unstable; urgency=medium

  * Add patch to avoid warnings with setuptools 68.0.0 in test suite

 -- Jose Luis Rivero <email address hidden>  Wed, 07 Feb 2024 15:31:28 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-import-order_0.18.2-2.dsc 1.9 KiB 7176b723616b03d02da40d80539ccc7ed0a852027b260280443f4256710c66bf
flake8-import-order_0.18.2.orig.tar.gz 17.4 KiB fd3c2399028294b5e5d052a787549539efc8d107c9bf0ea836d2e60a47e4edc4
flake8-import-order_0.18.2-2.debian.tar.xz 3.3 KiB 3ad6ea92d4421cd6a6b57e9523d3554221bf0860229d4e534d27a832ec394916

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-import-order: flake8 extension to lint for the import order in Python files

 A flake8 and Pylama plugin that checks the ordering of Python imports. It
 does not check anything else about the imports. Merely that they are
 grouped and ordered correctly.
 .
 In general stdlib comes first, then 3rd party, then local packages, and
 that each group is individually alphabetized, however this depends on
 the style used. Flake8-Import-Order supports a number of styles and is
 extensible allowing for custom styles.