Open MaxGhenis opened 4 years ago
So every third party package needs to be separated by an empty line? This is not clear from the error message.
Hi, @pgjones, could you please elaborate a bit more? Is it expected behavior?
How can I disable this style?
Set import-order-style
option to desired style. List of available styles is defined in this project's README
When running
flake8
, withflake8-import-order
installed, on this script:I get this error:
Is this expected behavior?
I'm on the latest packages from
conda
.flake8 --version
shows3.8.3 (import-order: 0.18.1, mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0) CPython 3.7.7 on Linux
.