-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
No support for flake8 3.0 #2
Comments
Ugh. I guess I'll deal with this soon. |
@habnabit I'm hoping to be able to help out with this and send a PR. |
I'd also like to ask you to reconsider disabling |
@The-Compiler, sure, lack of fine-grained ignores was the reason it was disabled. Is there a way to disable blanket |
@habnabit there is not unfortunately. |
Well then. Maybe I'll submit a patch for that if someone doesn't add it
first. It's very important for me.
|
@habnabit that seems reasonable. |
#9 closes this |
I just tried using this with flake8 3.0.0b1 and got:
flake8 documentation about the change: http://flake8.pycqa.org/en/latest/plugin-development/cross-compatibility.html#option-handling-on-flake8-2-and-3
Related fixes in pep8-naming:
PyCQA/pep8-naming@b4c3ebd
PyCQA/pep8-naming@dd623fc
The text was updated successfully, but these errors were encountered: