Merged
Conversation
- Added .flake8 config file with relaxed rules for better development experience - Fixed critical syntax errors (E999) that were breaking imports - Updated flake8 ignore list to include common formatting issues: - E501: Line too long (increased max-line-length to 127) - E121,E122,E126,E131: Continuation line indentation issues - E261: Comment spacing - E302,E303,E304,E305: Blank line spacing - W293,W504: Whitespace issues - Fixed import issues in test files by removing undefined class references - Cleaned up unused imports in oura_client.py - Ensured GitHub Actions critical flake8 checks will pass (E9,F63,F7,F82) - All tests now run successfully with improved code formatting The codebase now follows flexible PEP 8 compliance while maintaining functionality and passing CI/CD requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Added .flake8 config file with relaxed rules for better development experience - Fixed critical syntax errors (E999) that were breaking imports - Updated flake8 ignore list to include common formatting issues: - E501: Line too long (increased max-line-length to 127) - E121,E122,E126,E131: Continuation line indentation issues - E261: Comment spacing - E302,E303,E304,E305: Blank line spacing - W293,W504: Whitespace issues - Fixed import issues in test files by removing undefined class references - Cleaned up unused imports in oura_client.py - Ensured GitHub Actions critical flake8 checks will pass (E9,F63,F7,F82) - All tests now run successfully with improved code formatting The codebase now follows flexible PEP 8 compliance while maintaining functionality and passing CI/CD requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fixed merge conflicts in all Python files - Resolved .flake8 configuration conflicts - Upgraded typing_extensions to 4.14.0 for Python 3.12 compatibility - All imports now work correctly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add missing timestamp fields to test mock data for daily stress, resilience, and cardiovascular age - Complete model definitions with missing fields from OpenAPI spec - All 101 tests now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.