./devel/py-flake8-import-order, Flake8 and pylama plugin that checks the ordering of import statements

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.18.2, Package name: py310-flake8-import-order-0.18.2, Maintainer: pkgsrc-users

A flake8 and Pylama plugin that checks the ordering of your imports.

In general stdlib comes first, then 3rd party, then local packages,
and that each group is individually alphabetized.

It will not check anything else about the imports. Merely that they
are grouped and ordered correctly.


Required to run:
[devel/py-setuptools] [devel/py-codestyle] [lang/py-asttokens] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 21.208 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-27 10:21:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.18.2

0.18.2 2022-11-26
-----------------
* Add ``zoneinfo`` to list of standard library modules
* Fix registering of options with Flake8 >= 6.0
   2022-06-18 23:25:50 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-flake8-import-order: restrict to python 2.7

Packages depending on it are already limited this way.
   2022-01-29 09:48:41 by Thomas Klausner | Files touched by this commit (12)
Log message:
*: convert py-flake8 users to versioned_dependencies
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-05-16 19:13:41 by Adam Ciarcinski | Files touched by this commit (9)
Log message:
pytest from versioned deps.
   2019-03-05 13:48:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.18.1

0.18.1:
* Fix case-sensitive related I100 errors for the pycharm style
* Fix noqa regexp