Created
June 7, 2020 17:47
-
-
Save gonzalodiaz/d4cbe79b45b0893f7a7a7a988044337c to your computer and use it in GitHub Desktop.
ErroresFlake8Sh
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/typing_style.py:3:1: W293 blank line contains whitespace | |
| ./src/docstyles/typing_style.py:10:31: E203 whitespace before ':' | |
| ./src/docstyles/typing_style.py:19:51: W292 no newline at end of file | |
| ./src/docstyles/numpy_style.py:3:1: W293 blank line contains whitespace | |
| ./src/docstyles/numpy_style.py:30:51: W292 no newline at end of file | |
| ./src/docstyles/sphinx_style.py:3:1: W293 blank line contains whitespace | |
| ./src/docstyles/sphinx_style.py:21:20: W291 trailing whitespace | |
| ./src/docstyles/sphinx_style.py:23:51: W292 no newline at end of file | |
| ./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/google_style.py:23:51: W292 no newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment