flake8-import-order icon indicating copy to clipboard operation
flake8-import-order copied to clipboard

Implement PyLint plugin

Open public opened this issue 10 years ago • 0 comments

This requires some cleanup of ImportOrderChecker and ImportVisitor first.

In particular there needs to be a clearer separation between getting the import data out of the AST and generating the sort keys that are used to check the ordering. We can then use an RawChecker in PyLint to extract the imports and run the check. This is currently a little complicated due to differences in stdlib ast and astdroid.

public avatar Jul 22 '15 14:07 public