Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 7, 2020 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gonzalodiaz/9dd0828ef7d0e63ba0cd59ead0cdb7fe to your computer and use it in GitHub Desktop.
Save gonzalodiaz/9dd0828ef7d0e63ba0cd59ead0cdb7fe to your computer and use it in GitHub Desktop.
SalidaPrecommitErroresSh
black....................................................................Failed
- hook id: black
- files were modified by this hook
reformatted /Users/gonzalodiaz/ws/sharing/tutorial-python-quality-code/src/docstyles/typing_style.py
All done! ✨ 🍰 ✨
1 file reformatted, 1 file left unchanged.
flake8...................................................................Passed
pydocstyle...............................................................Failed
- hook id: pydocstyle
- exit code: 1
src/docstyles/google_style.py:2 in public class `World`:
D412: No blank lines allowed between a section header and its content ('Args')
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1
src/docstyles/typing_style.py:26: error: Argument 1 to "population" of "World" has incompatible type "str"; expected "int"
Found 1 error in 1 file (checked 2 source files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment