You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyflakes is already part of the twisted workflow, as I understand it, and flake8 can be configured to not complain about twisted's disagreements with PEP8 style. flake8 is a nice general framework that checkers can be added to without much issue.
I already maintain one flake8 plugin: ebb-lint. I'm going to see what would be involved in doing this conversion, but I think the result would be more maintainable.
The text was updated successfully, but these errors were encountered:
pyflakes
is already part of the twisted workflow, as I understand it, andflake8
can be configured to not complain about twisted's disagreements with PEP8 style.flake8
is a nice general framework that checkers can be added to without much issue.I already maintain one flake8 plugin: ebb-lint. I'm going to see what would be involved in doing this conversion, but I think the result would be more maintainable.
The text was updated successfully, but these errors were encountered: