pe-st / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
364 stars 75 forks source link

Release v4.0.0 with pylint and flake8 support #81

Closed pe-st closed 1 year ago

pe-st commented 2 years ago

pylint and flake8 are executed automatically in the Github build pipeline, and the code was adapted to have a clean build, e.g. using f-strings everywhere.

There is also some documentation about the supported Python versions

I'd like to gather your feedback and then release version 4.0.0 around the middle of august

I'm especially pinging @bxsx / @joetimmerman / @cristian5th / @rsjrny because of their open pull requests, but I'm happy for feedback from anyone.

pe-st commented 2 years ago

Have you considered adding black for auto-formatting? I've also left a few comments—nothing serious though.

I'm experimenting with it. At least I will adopt some formatting from black...