-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
refactor(backend): Apply lint on autogpt_lib folder on backend/linter.py #8751
refactor(backend): Apply lint on autogpt_lib folder on backend/linter.py #8751
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
autogpt_platform/autogpt_libs/autogpt_libs/supabase_integration_credentials_store/store.py
Outdated
Show resolved
Hide resolved
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
966dcba
to
4ace1aa
Compare
why do we have the lib? market is moving into the backend in #8306 right? why not just delete the whole thing and put it in backend |
I think this is a separate useful discussion, Currently, it's very easy to introduce something that will be used in multiple services running in different nodes without even noticing. The aim for this PR is to reduce as much as possible the usage of @ntindle @Pwuts I think you can decide whether the libs still provide value or not. |
Imo, until market actually is merged as one we should keep autogpt_libs and if we want to delete it do it in a different PR afterwards |
…ve-a-db-manager-process
Agree... Can I get review on this? :))) |
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
autogpt_platform/autogpt_libs/autogpt_libs/supabase_integration_credentials_store/store.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Reinier van der Leer <[email protected]>
Can we pretty please wait to do this until after #8648 if it turns into a ton of edited files |
…ve-a-db-manager-process
…ve-a-db-manager-process
…ve-a-db-manager-process
…ve-a-db-manager-process
…ve-a-db-manager-process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! :)
linter.py, only applies in the
backend
module, notautogpt_libs
.The scope of this PR is to clear this out.
Changes 🏗️
backend
&autogpt_libs
modules, and apply the linter.Checklist 📋
For code changes:
Example test plan
For configuration changes:
.env.example
is updated or already compatible with my changesdocker-compose.yml
is updated or already compatible with my changesExamples of configuration changes