Closed CaselIT closed 3 years ago
@zzzeek let me know what you think.
We could probably avoid importing flake8 by coping the code to parse the per-file-ignores, since it's a single function.
if we keep flake8 as a required dependency, this may also be the solution for https://github.com/sqlalchemyorg/zimports/issues/13
@zzzeek updated, take a look
@zzzeek can you push the new version to pypi?
@zzzeek let me know what you think.
We could probably avoid importing flake8 by coping the code to parse the per-file-ignores, since it's a single function.