Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 7, 2020 17:53
Show Gist options
  • Select an option

  • Save gonzalodiaz/29057b0be9a032a0ee0af9a348eb2a67 to your computer and use it in GitHub Desktop.

Select an option

Save gonzalodiaz/29057b0be9a032a0ee0af9a348eb2a67 to your computer and use it in GitHub Desktop.
ErroresFlake8_2.Sh
./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