Closed pre-commit-ci[bot] closed 2 months ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Thanks @pre-commit-ci[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
Processing PR updates...
PR Details of @pre-commit-ci[bot] in CosmiQ-solaris : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 9 | 10 |
The recent changes primarily involve updates to the configuration of code quality tools in .pre-commit-config.yaml
, enhancing their versions and repository sources. Additional adjustments include minor formatting improvements in various Python files, focusing on code clarity and organization without affecting functionality. These modifications collectively aim to improve the maintainability and readability of the codebase.
Files | Change Summary |
---|---|
.pre-commit-config.yaml |
Updated versions and sources for isort , black , and flake8 to enhance code quality tools. |
setup.py |
Reordered import statements for improved readability, with no changes in functionality. |
solaris/data/coco.py |
Refactored assignment in df_to_coco_annos function for better readability, maintaining the same logic. |
solaris/eval/base.py |
Enhanced formatting in eval_iou_spacenet_csv , eval_iou , and eval_iou_return_GDFs functions for clarity, without changing the underlying logic. |
solaris/utils/io.py |
Added a blank line at the beginning of the file to improve formatting, with no impact on functionality. |
sequenceDiagram
participant Developer
participant CodeQualityTool
participant PreCommitConfig
Developer->>PreCommitConfig: Update tool versions and sources
PreCommitConfig->>CodeQualityTool: Apply new configurations
CodeQualityTool-->>Developer: Enhanced code quality checks
Hop along, the code is bright,
Tools updated, what a sight!
With formatting fresh and neat,
Our functions dance to a better beat.
So here’s to clarity and cheer,
For every bunny, let’s give a cheer! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description has been updated!
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Description has been updated!
Description
In this pull request, the following changes have been made:
These changes aim to improve code readability, maintainability, and alignment with coding standards.
No further requirements or specifics were provided for this update.
Summary by CodeRabbit
setup.py
.