1 Star 0 Fork 0

RexHuang936 / SWE-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
ci:
autoupdate_commit_msg: "chore: update pre-commit hooks"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: mixed-line-ending
- id: detect-private-key
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
# - id: ruff-format
1
https://gitee.com/RexHuang936/SWE-agent.git
git@gitee.com:RexHuang936/SWE-agent.git
RexHuang936
SWE-agent
SWE-agent
main

搜索帮助