From: Dave K. <dku...@da...> - 2024-04-16 23:21:17
|
On 2024-04-16 13:45, Guenter Milde via Docutils-develop wrote: > >> I would be willing to tackle this effort if it would be welcomed (I >> previously tackled the "make docutils support Python 3 natively" >> effort, along with some smaller quality-of-life fixes). > > Contributions are welcome. > I wrote the original code for rst2odt. I'm willing to work on that module. Any suggestions or guidance would be welcomed. If we do attempt this task, it'd be good if we do it consistently across all the module we add type hints to. Is there something we should look at for a style guide? I can't find anything that is specific to type hints in PEP 8 (the style guide). PEP 484 ("Type hints") has some guidance. Is there anything else I should read? Dave |