click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

really drop python<=3.7 support #141

Closed kloczek closed 3 weeks ago

kloczek commented 2 months ago

Summary

Filter all code over pyupgrade --py38-plus.

Tasks

Further details

N/A

stephenfin commented 2 months ago

Can you run this through pre-commit or tox -e style to address the lint issues and I'll merge?