terrencepreilly / darglint

A python documentation linter which checks that the docstring description matches the definition.
MIT License
481 stars 41 forks source link

Fix darglint hard python <4.0 requirement #190

Open staticdev opened 2 years ago

staticdev commented 2 years ago

Closes #189 Closes #207

staticdev commented 2 years ago

@terrencepreilly could you please take a look at my proposal? I believe it has low impact and enable some future-proof limits until there is certain information that this library will not work on python 4.0+

barrelful commented 1 year ago

@terrencepreilly can you please make a release with this? I am having problems with poetry resolving your library due to ^ in the restriction for python.

rbebb commented 1 year ago

@staticdev Thank you for doing this. It looks great to me. @terrencepreilly can you please consider merging this?