Re: [scikit-learn] Is there any official position on PEP484/mypy?

2016-07-30 Thread Alexandre Gramfort
> I am still worried that this is going to add even more complexity to > contributing: people will contribute without knowing type hint, CI will > break, they won't understand why it breaks, won't be able to reproduce > it, and it will stall PRs. +1 same feeling here. A _

Re: [scikit-learn] Is there any official position on PEP484/mypy?

2016-07-30 Thread Andreas Mueller
On 07/30/2016 03:20 AM, Alexandre Gramfort wrote: I am still worried that this is going to add even more complexity to contributing: people will contribute without knowing type hint, CI will break, they won't understand why it breaks, won't be able to reproduce it, and it will stall PRs. +1 s