mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 11:40:25 +00:00
benchmark: update benchmark (#1207)
Co-authored-by: bytecii <bytecii@users.noreply.github.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
parent
c5ec78e5f9
commit
f7bf29a40a
21 changed files with 840 additions and 35 deletions
|
|
@ -38,8 +38,10 @@ repos:
|
|||
- id: ruff
|
||||
name: Ruff lint (auto-fix)
|
||||
args: [--fix]
|
||||
exclude: 'benchmark/answer/'
|
||||
- id: ruff-format
|
||||
name: Ruff format
|
||||
exclude: 'benchmark/answer/'
|
||||
|
||||
# Security scanning
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
|
|
@ -56,6 +58,7 @@ repos:
|
|||
hooks:
|
||||
- id: mdformat
|
||||
name: Format Markdown
|
||||
exclude: 'benchmark/answer/'
|
||||
additional_dependencies:
|
||||
- mdformat-gfm
|
||||
- mdformat_frontmatter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue