Add add_unstaged_mds to stage new files during pre-commit#4
Merged
LOGIC-10 merged 2 commits intoOpenBMB:mainfrom Dec 16, 2023
Umpire2018:fix/pre-commit-fail
Merged
Add add_unstaged_mds to stage new files during pre-commit#4LOGIC-10 merged 2 commits intoOpenBMB:mainfrom Umpire2018:fix/pre-commit-fail
LOGIC-10 merged 2 commits intoOpenBMB:mainfrom
Umpire2018:fix/pre-commit-fail
Conversation
… pre-commit - Remove deprecated functions and optimize code style.
- Reorganize project structure for execution with python -m approach - fix PermissionError in #3
LOGIC-10
approved these changes
Dec 16, 2023
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.
ai_doc/file_handler.py write_filefunction #3Run test
Use runner
2023-12-15 11:58:13,016 - INFO - 检测到暂存区中变更的文件:{'test.py': False} 2023-12-15 11:58:13,026 - INFO - 检测到变更对象: {'added': {('create_directory', None)}, 'removed': set()} 2023-12-15 11:58:13,051 - INFO - 正在生成 test.py中的create_directory 对象文档... 2023-12-15 11:58:19,227 - INFO - HTTP Request: POST https://api.chatanywhere.tech/v1/chat/completions "HTTP/1.1 200 OK" 2023-12-15 11:58:19,234 - INFO - 已更新test.py文件的json结构信息。 2023-12-15 11:58:19,234 - INFO - 已更新test.py文件的Markdown文档。 2023-12-15 11:58:19,283 - INFO - 添加了 ['.project_hierachy.json', 'Markdown_Docs/test.md'] 到暂存区 2023-12-15 11:58:19,283 - INFO - 文档任务完成。