Conversation
| # | ||
|
|
||
| # django | ||
| from typing import Any, Dict, List, Tuple |
There was a problem hiding this comment.
- Instance properties initialised in
__init__are not typed - args and kwargs are untyped, so
__init__needs to return -> None
|
Hello @justinmayer Do you want to integrate this or prefer a stub on typeshed (which I'm preparing now for local development)? |
|
@fabiommendes: Thank you for the pull request submission. My apologies for the delay in responding. Would you be so kind as to review the suggestions that @msopacua made and update your changes as appropriate? @msopacua: Many thanks for your sponsorship, which is deeply appreciated. And thank you for your assistance with reviewing this pull request. I think integrating the type information makes sense. ✨ |
|
@justinmayer You're very welcome. I've been using this library on and off since 2014 or so? So about time :) |
|
It's so cool to see confirmation that the library is still useful after all these years! Thank you for keeping it alive, @justinmayer :) |
This PR implements a minimal typing support to make Autoslug work with Mypy