Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2018-02-14 12:20:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.17

0.17:
Add all Python3 modules to stdlib list (should be no more missing modules).
Clarify the error messages (more context).
Allow styles to override specific checks.
Correct the edited style to match the actual edited style guide.
Add pycharm style, to match the pycharm auto formatter.
   2017-11-28 10:24:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.16

0.16:
* Change spacing determination to consider only blank newlines as a space. This \ 
adds NewLine nodes to the checker and hence could break custom styles (that use \ 
the nodes directly). This also drops the asttokens dependency as it is no longer \ 
required.
* Understand the existance of namespaced packages, thereby allowing different \ 
namespaced pacakages to be defined as local or third party.
   2017-11-08 09:11:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.15

0.15:
Drop Python 3.3 support, as Python 3.3 is beyond it's end of lfe.
Correct the flake8 entrypoint to report all I errors, this may result in I2XX \ 
errors being reported that were absent previously.
Support in-line # noqa comments specifing only the error codes to be ignored, \ 
e.g., # noqa: I101.
Accept only # noqa directives on the line reporting the error, see limitations.
   2017-11-02 08:13:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.14.3

0.14.3:
* Bug fix, allow for noqa directives to work with I202.
   2017-10-31 14:00:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.14.2

0.14.2:
Bug fix, ensure the plugin is invoked by flake8.
   2017-10-28 09:42:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.14.1

0.14.1:
* Bug fix, cope with multi-line imports when considering I202.
   2017-10-25 11:11:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flake8-import-order: updated to 0.14

0.14:
* Fixed I201 error raising for cryptography style.
* Added I202 error when there is an additional newline in a section of
  imports.
* Added ``ntpath`` and ``os2emxpath`` to stdlib list.
   2017-08-14 21:27:27 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-flake8-import-order to 0.13.

0.13 2017-07-29
---------------

* Added ``secrets`` to stdlib list.
* Allow for any style to use application-package grouping.
   2017-04-04 16:41:03 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py-flake8-import-order-0.12 as devel/py-flake8-import-order.

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.

Next | Query returned 19 messages, browsing 11 to 20 | previous