Closed john-bodley closed 6 years ago
This seems to be related to https://github.com/PyCQA/flake8-import-order/issues/119. Per the suggestion there, I rebuilt the package from the master branch and confirmed that the issue was resolved.
Thanks for confirming.
I'm unsure why but I am unable to trigger either the
I201
orI202
errors, i.e, if I have code of the form, where both packages should be in the same section,no errors are triggered. Note for context my
flake8
configuration is:and my
tox.ini
file is:Note if I change the error code from
I202
here to readI100
say the error is present, and thus I wonder whether there may be a registration issue.