Elder Ryan

Results 5 comments of Elder Ryan

@mfcabrera "For Python 2.7, you can add annotations as comments (this is also specified in PEP 484)." From https://github.com/python/mypy And a really simple implementation which calls mypy via flymake is...

@mfcabrera Have you tried to call mypy exec fire directly? I think mypy will find the `right Python` itself via `shebang`. ``` (mypy) ➜ ~ cat /Users/ryan/Envs/AI/bin/mypy #!/Users/ryan/Envs/AI/bin/python3.6 """Mypy type...

We should mv provider outside from crates/node