-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add docs for GoTrue #180
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.09%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
feat: add docs for GoTrue (Sourcery refactored)
… into j0/add_docs
Codecov ReportBase: 84.48% // Head: 84.46% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #180 +/- ##
==========================================
- Coverage 84.48% 84.46% -0.02%
==========================================
Files 14 14
Lines 1057 1056 -1
==========================================
- Hits 893 892 -1
Misses 164 164
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@J0 maybe we can try to use https://github.com/charliermarsh/ruff as a replacement for flake8 |
… into j0/add_docs
Going to merge for now, will do any modifications to add |
Attempts to mirror the effort by great @anand2312 on the storage-py library.
A few pointers which need to be addressed:
Notes
Sphinx seems to have an unresolved dependency conflict with
flake8
.As such, I've left it out for now