Closed thebigmunch closed 7 years ago
This is strange, I can reproduce this - but not if I add your file to the tests in the test suite. I'll investigate...
This is a good spot, thanks. It turns out without the tree
argument flake8 has no idea how to invoke the plugin and so it doesn't (I think it should probably warn/error so I'll look into that). The tree was also useful anyway, so I've just restored it.
So master should now work, could you test and confirm?
Confirmed working here. Thanks for the quick turnaround.
Thanks, will release.
Given the following
test.py
:flake8 --import-order-style <style> test.py
(where I've tested for cryptography, google, and smarkets as style) on 0.14 gives the expected output:The same commands on 0.14.1 give no warnings.