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

Changelog

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

  * Team upload.
  * New upstream version 0.18.2
  * Bump policy version (no changes)
  * Enable autopkgtest-pkg-pybuild

 -- Jochen Sprickerhof <email address hidden>  Thu, 19 Jan 2023 09:05:31 +0100

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
flake8-import-order_0.18.2-1.dsc 2.2 KiB 10911866f786421b6222593ffc0fa5c9f7273dfe68a5722eb74f34e67fe2b76d
flake8-import-order_0.18.2.orig.tar.gz 17.4 KiB fd3c2399028294b5e5d052a787549539efc8d107c9bf0ea836d2e60a47e4edc4
flake8-import-order_0.18.2-1.debian.tar.xz 2.6 KiB 34a8e2ab062e54c94a9e3d8cc7b2803e90c4d316b4420a56547e2f7ebb43d1cc

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.