Skip to content

Instantly share code, notes, and snippets.

@ilinum
ilinum / typeshed_mypy.out
Created August 10, 2017 07:23
Output on running mypy on typeshed with --disallow-incomplete-defs
running mypy --python-version 3.6 --strict-optional --disallow-incomplete-defs # with 625 files
third_party/2and3/yaml/tokens.pyi:6: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:14: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:27: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:70: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:77: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:84: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/tokens.pyi:93: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:8: error: Function is missing a type annotation for one or more arguments
third_party/2and3/yaml/nodes.pyi:17: error: Function is mis
@ilinum
ilinum / out.txt
Created March 22, 2018 02:25
Crash Stacktrace
This file has been truncated, but you can view the full file.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/bin/mypy", line 11, in <module>
load_entry_point('mypy===0.570-dev-3e1baaed031243efdb4a33f67654f6eb88568ff4-dirty', 'console_scripts', 'mypy')()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/__main__.py", line 7, in console_entry
main(None)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/main.py", line 80, in main
type_check_only(sources, bin_dir, options, flush_errors)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/main.py", line 129, in type_check_only
flush_errors=flush_errors)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/mypy/build.py", line 180, in build