-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
chore: refurish python code by applying Pylint linter rules #8322
Conversation
cc @laipz8200 |
With this PR merged, there are no more Ruff's linter rules required to apply from my prospective. |
76452cd
to
c0112d9
Compare
I think it would be best to exclude the migrations directory from the linter, since it mostly contains code generated by Alembic. |
c0112d9
to
d6c3af8
Compare
dd45499
to
ddd25a7
Compare
Have prevented changes in migrations. Now the |
* main: (40 commits) feat: allow users to specify timeout for text generations and workflows by environment variable (#8395) Fix: operation postion of answer in logs (#8411) fix: when the variable does not exist, an error should be prompted (#8413) fix(workflow): the answer node after the iteration node containing the answer was output prematurely (#8419) fix:logs and rm unused codes in CacheEmbedding (#8409) fix: resolve runtime error when self.folder is None (#8401) Fix: Support Bedrock cross region inference #8190 (Update Model name to distinguish between different region groups) (#8402) fix(docker): aliyun oss path env key (#8394) fix: pyproject.toml typo (#8396) fix: o1-mini 65563 -> 65536 (#8388) fix: sandbox issue related httpx and requests (#8397) chore: improve usage of striping prefix or suffix of string with Ruff 0.6.5 (#8392) fix (#8322 followup): resolve the violation of pylint rules (#8391) chore: refurish python code by applying Pylint linter rules (#8322) support hunyuan-turbo (#8372) chore: update firecrawl scrape to V1 api (#8367) fix(workflow): both parallel and single branch errors occur in if-else (#8378) fix: edit load balancing not pass id (#8370) fix: add before send to remove langfuse defaultErrorResponse (#8361) fix: when edit load balancing config not pass the empty filed value hidden (#8366) ...
* feat/new-login: (27 commits) chore: format feat: add fulfill_login_params_from_env feat: update message feat: update mismatch description feat: remove env example chore: PLR6201 Use a set literal when testing for membership feat: update EmailOrPasswordMismatchError feat: allow users to specify timeout for text generations and workflows by environment variable (#8395) Fix: operation postion of answer in logs (#8411) fix: when the variable does not exist, an error should be prompted (#8413) fix(workflow): the answer node after the iteration node containing the answer was output prematurely (#8419) fix:logs and rm unused codes in CacheEmbedding (#8409) fix: resolve runtime error when self.folder is None (#8401) Fix: Support Bedrock cross region inference #8190 (Update Model name to distinguish between different region groups) (#8402) fix(docker): aliyun oss path env key (#8394) fix: pyproject.toml typo (#8396) fix: o1-mini 65563 -> 65536 (#8388) fix: sandbox issue related httpx and requests (#8397) chore: improve usage of striping prefix or suffix of string with Ruff 0.6.5 (#8392) fix (#8322 followup): resolve the violation of pylint rules (#8391) ...
…nt rules (langgenius#8391)" This reverts commit aad6f34.
Checklist:
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsDescription
Type of Change
Testing Instructions
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration