Trying to use latest version of flake8-import-order from PyPi and got the error: ironic_inspector/test/functional.py:17:1: I100 Import statements are in the wrong order. import contextlib should be before import eventlet Code here: https://github.com/openstack/ironic-inspector/blob/b81c14282477266a1302014357da99b565149a09/ironic_inspector/test/functional.py#L14-L17 The eventlet import needs to be first. We have a '#noqa' on that line but getting the error. Any ideas? Thanks for the plugin! :)