Skip to content

Commit deef7e1

Browse files
authored
Merge pull request #102 from agentscope-ai/dev_0207
Dev 0207
2 parents 44a5217 + 55d61f1 commit deef7e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2445
-967
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v6.0.0
44
hooks:
55
- id: check-ast
6-
exclude: ^(test/|cookbook/|reme_ai/|bench)
6+
exclude: ^(test/|cookbook/|reme_ai/)
77
- id: check-yaml
88
- id: check-xml
99
- id: check-toml
@@ -14,18 +14,18 @@ repos:
1414
rev: v4.0.0
1515
hooks:
1616
- id: add-trailing-comma
17-
exclude: ^(test/|cookbook/|reme_ai/|bench)
17+
exclude: ^(test/|cookbook/|reme_ai/)
1818
- repo: https://github.com/psf/black
1919
rev: 25.9.0
2020
hooks:
2121
- id: black
22-
exclude: ^(test/|cookbook/|reme_ai/|bench)
22+
exclude: ^(test/|cookbook/|reme_ai/)
2323
args: [--line-length=120]
2424
- repo: https://github.com/PyCQA/flake8
2525
rev: 7.3.0
2626
hooks:
2727
- id: flake8
28-
exclude: ^(test/|cookbook/|reme_ai/|bench)
28+
exclude: ^(test/|cookbook/|reme_ai/)
2929
args: [
3030
"--extend-ignore=E203",
3131
"--max-line-length=120"
@@ -45,7 +45,6 @@ repos:
4545
| \.md$
4646
| \.html$
4747
| reme_ai/
48-
| bench
4948
)
5049
args: [
5150
--disable=W0511,
@@ -80,6 +79,7 @@ repos:
8079
--disable=R0912,
8180
--max-statements=120,
8281
--max-line-length=120,
82+
--max-module-lines=1500,
8383
]
8484
- repo: https://github.com/regebro/pyroma
8585
rev: "5.0"

0 commit comments

Comments
 (0)