Created
June 7, 2020 17:53
-
-
Save gonzalodiaz/29057b0be9a032a0ee0af9a348eb2a67 to your computer and use it in GitHub Desktop.
ErroresFlake8_2.Sh
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
| ./src/docstyles/google_style.py:3:1: W293 blank line contains whitespace | |
| ./src/docstyles/google_style.py:8:80: E501 line too long (82 > 79 characters) | |
| ./src/docstyles/typing_style.py:3:1: W293 blank line contains whitespace | |
| ./src/docstyles/sphinx_style.py:3:1: W293 blank line contains whitespace | |
| ./src/docstyles/sphinx_style.py:21:20: W291 trailing whitespace | |
| ./src/docstyles/numpy_style.py:3:1: W293 blank line contains whitespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment