Created
June 7, 2020 18:04
-
-
Save gonzalodiaz/9dd0828ef7d0e63ba0cd59ead0cdb7fe to your computer and use it in GitHub Desktop.
SalidaPrecommitErroresSh
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
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