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
The tldr is that, since refactoring code for style would touch many lines in the code base, a simple git blame would not come up with anything useful. By all means we should write pep8-comformant code going forward, but touching everything to conform to PEP8 is a bit extreme.
Closing this issue now, but please reopen if you have something to add!
Uh oh!
There was an error while loading. Please reload this page.
Hello,
The contributing guide mention using pyflakes and pycodestyle to check for warnings in the codebase
When I run this though on the master branch I get a lot of warnings.
Is my output correct? If so should these be resolved per the contributing guide?
The warnings I get are attached below
pycodestyle_warnings.txt
pyflakes_warnings.txt
The text was updated successfully, but these errors were encountered: