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
__init__.py
Thanks for this plugin. It is really useful!
We have configured it like so:
accept-encodings = utf-8
But, when creating empty __init__.py file and running flake8 check, there is no error. Magic comment is missing from __init__.py.
flake8
So, this is a bug report.
The text was updated successfully, but these errors were encountered:
I think magic comment is not needed for empty files because it does not have any content. I did it intentionally.
Sorry, something went wrong.
So, can we make it configurable?
No branches or pull requests
Thanks for this plugin. It is really useful!
We have configured it like so:
accept-encodings = utf-8
But, when creating empty
__init__.py
file and runningflake8
check, there is no error.Magic comment is missing from
__init__.py
.So, this is a bug report.
The text was updated successfully, but these errors were encountered: