-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Pycodestyle update causing our lint to fail. #2974
Comments
|
Yeah, I updated the PR to just fix the E123 errors. |
I filed PyCQA/pycodestyle#621 |
They fixed it in |
@daspecster I should've been more specific, they fixed the |
Yeah I saw, maybe closed this too soon, but the rest are resolved in #2973 either way. I have an update to remove the ignore for E306 then it should be good IMO. |
From what I can tell, there are three new errors that pycodestyle is finding.
E306: expected 1 blank line before a nested definition, found 0
E123: closing bracket does not match indentation of opening bracket's lineE722: do not use bare exceptSee: #2973
The text was updated successfully, but these errors were encountered: