Open
Conversation
nicl-nno
approved these changes
Dec 24, 2024
DRMPN
reviewed
Dec 28, 2024
Contributor
DRMPN
left a comment
There was a problem hiding this comment.
Я для Федота делал action с black по его документации.
Мне просто интересно, этот action лучше или хуже, чем официальный?
Contributor
Author
Возможно, что лучше. А возможно, что ноль отличий, не знаю, если честно |
This was
linked to
issues
Mar 18, 2025
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.
This pull request includes several changes across multiple files to improve code formatting, consistency, and functionality. The main changes involve the addition of a new GitHub Actions workflow for linting, updates to existing workflows, and numerous formatting adjustments in Python example files.
GitHub Actions Workflows:
.github/workflows/black.yml: Added a new workflow for linting usingpsf/black..github/workflows/integration-build.ymland.github/workflows/unit-build.yml: Corrected the naming convention forllm_apidependencies and tests. [1] [2]Code Formatting:
examples/connector_creator_usage_example.py,examples/llama31_usage_example.py,examples/metrics_usage_examples.py,examples/real_world/chemical_multi_agent_system/chain.py,examples/real_world/chemical_multi_agent_system/prompting.py, andexamples/real_world/chemical_multi_agent_system/tools.py: Applied consistent formatting, such as breaking long lines and using double quotes for strings. [1] [2] [3] [4] [5] [6]Functionality Improvements:
examples/real_world/chemical_multi_agent_system/chain.py: Improved the_complite_prompt_from_templateand_complite_prompt_no_templatemethods for better readability and consistency.Minor Adjustments:
examples/metrics_usage_examples.py: Added commas at the end of dictionary entries to improve readability.examples/real_world/chemical_multi_agent_system/tools.py: Simplified dictionary definitions and HTTP request formatting.