We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In GitLab by @blueyed on Jan 8, 2019, 14:07
In https://gitlab.com/pycqa/flake8-polyfill/blob/8664f8e3186ecb0dfdfa057787dc9a6f426ed32c/src/flake8_polyfill/stdin.py#L2-5 pep8 gets imported always, which might trigger https://gitlab.com/pycqa/flake8-docstrings/issues/28 (because pycodestyle's wheel itself ships pep8.py (PyCQA/pycodestyle#745)).
pep8
pep8.py
I think it makes sense to only try to import it on demand in general, i.e. it would not import it when only pycodestyle should get patched.
pycodestyle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In GitLab by @blueyed on Jan 8, 2019, 14:07
In https://gitlab.com/pycqa/flake8-polyfill/blob/8664f8e3186ecb0dfdfa057787dc9a6f426ed32c/src/flake8_polyfill/stdin.py#L2-5
pep8
gets imported always, which might trigger https://gitlab.com/pycqa/flake8-docstrings/issues/28 (because pycodestyle's wheel itself shipspep8.py
(PyCQA/pycodestyle#745)).I think it makes sense to only try to import it on demand in general, i.e. it would not import it when only
pycodestyle
should get patched.The text was updated successfully, but these errors were encountered: