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
In the file setup.py, following are the PEP8 issues :
Line 36:80: E501 line too long (89 > 79 characters) Line 49:80: E501 line too long (88 > 79 characters) Line 54:1: E302 expected 2 blank lines, found 1 Line 73:80: E501 line too long (93 > 79 characters) Line 80:80: E501 line too long (94 > 79 characters) Line 80:90: E251 unexpected spaces around keyword / parameter equals Line 80:92: E251 unexpected spaces around keyword / parameter equals Line 81:38: E251 unexpected spaces around keyword / parameter equals Line 81:40: E251 unexpected spaces around keyword / parameter equals Line 83:22: E201 whitespace after '[' Line 85:80: E501 line too long (80 > 79 characters) Line 87:80: E501 line too long (83 > 79 characters) Line 91:38: E251 unexpected spaces around keyword / parameter equals Line 91:40: E251 unexpected spaces around keyword / parameter equals Line 91:53: E251 unexpected spaces around keyword / parameter equals Line 91:55: E251 unexpected spaces around keyword / parameter equals Line 95:80: E501 line too long (94 > 79 characters) Line 100:37: E251 unexpected spaces around keyword / parameter equals Line 100:39: E251 unexpected spaces around keyword / parameter equals Line 105:1: E302 expected 2 blank lines, found 1 Line 117:1: E302 expected 2 blank lines, found 1 Line 123:1: E302 expected 2 blank lines, found 1 Line 134:34: E201 whitespace after '[' Line 135:33: E201 whitespace after '[' Line 163:17: E722 do not use bare 'except' Line 174:21: E722 do not use bare 'except' Line 180:1: E305 expected 2 blank lines after class or function definition, found 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.