gabrieldemarmiesse / python-on-whales

An awesome Python wrapper for an awesome Docker CLI!
MIT License
557 stars 102 forks source link

Adding pyupgrade to the pre-commit #539

Open gabrieldemarmiesse opened 9 months ago

gabrieldemarmiesse commented 9 months ago

I view this tool in the same way I view black: A tool that makes sure there is only one way to do things, and lower the number of bikeshedding debates. Additionally, it makes sure we don't use deprecated syntax/functions.