[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#998385: ITP: flake8-import-order -- Flake8 and pylama plugin that checks the ordering of import statements.



Package: wnpp
Severity: wishlist
Owner: Jose Luis Rivero <jrivero@osrfoundation.org>
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name    : flake8-import-order
  Version         : 0.18.1
  Upstream Author : Alex Stapleton
* URL             : https://github.com/PyCQA/flake8-import-order
* License         : LGPLv3
  Programming Lang: Python
  Description     : Flake8 and pylama plugin that checks the ordering of import statements.

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. 


Reply to: