Refactor Python classes to pass flake8 linter #72
+367
−50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor the Python classes to pass the flake8 linter. Kind of a big job, but GitHub Copilot made an OK start on it.
Add docstrings to all classes, methods, and fields in the following files:
freezing/sync/cli/__init__.py
freezing/sync/cli/sync_activities.py
freezing/sync/cli/sync_details.py
freezing/sync/cli/sync_photos.py
freezing/sync/cli/sync_streams.py
freezing/sync/cli/sync_weather.py
freezing/sync/data/activity.py
freezing/sync/data/photos.py
freezing/sync/data/streams.py
freezing/sync/data/weather.py
freezing/sync/exc.py
freezing/sync/subscribe.py
freezing/sync/utils/cache.py
freezing/sync/utils/wktutils.py
freezing/sync/wx/darksky/api.py
Remove unused imports in the following files:
freezing/sync/autolog.py
freezing/sync/cli/__init__.py
freezing/sync/config.py
freezing/sync/run.py
For more details, open the Copilot Workspace session.