jsh9 / pydoclint

A Python docstring linter that checks arguments, returns, yields, and raises sections
https://pypi.org/project/pydoclint/
MIT License
149 stars 15 forks source link

Use py310+ type annotations #131

Closed jsh9 closed 5 months ago

jsh9 commented 5 months ago

The pipeline of this PR currently does not pass, because the "modern" annotations are not supported in Python 3.8 (even with from __future__ import annotations).

In 4 months (October 2024), according to https://devguide.python.org/versions/, the support for Python 3.8 will officially be dropped. After that time, I will continue to work on this PR.

jsh9 commented 5 months ago

Closing this for now. I'll reopen it in a few months.