@clacke Ah yep that sounds more like it. Though even with the plugin I wasn't able to reproduce it. I ran this shell script:
python3.12 -m venv venv
source venv/bin/activate
python -m pip install flake8 flake8-import-order
cat >something.py <<EOF
from flake8_import_order.styles import Cryptography
import sys
print(sys.path, repr(Cryptography))
EOF
python -m flake8 something.py
and it gave the expected error message about the imports being out of order.
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.