mathause / filefinder

find and parse file and folder names
MIT License
3 stars 1 forks source link

drop python 3.6 support #54

Closed mathause closed 1 year ago

mathause commented 1 year ago

And running pyupgrade:

find filefinder -name "*.py" -exec pyupgrade --py37-plus {} \;