Skip to content

Commit 4ccae39

Browse files
committed
Merge branch 'dev'
2 parents 7dad6f5 + e7624e3 commit 4ccae39

141 files changed

Lines changed: 72034 additions & 3221 deletions

File tree

Some content is hidden

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

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
update-version:
1616
runs-on: ubuntu-latest
17+
permissions: # 添加权限配置
18+
contents: write
1719
steps:
1820
- name: Checkout repository
1921
uses: actions/checkout@v4
@@ -122,4 +124,4 @@ jobs:
122124
- name: Publish distribution to PyPI
123125
run: |
124126
pip install twine
125-
twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
127+
twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ repos:
66
hooks:
77
- id: flake8
88
args: [ "--max-line-length=2200", "--ignore=E131,E125,W503,W504,E203,E231,E702,E128" ]
9+
exclude: '^tests/.*/assets/'
910
- repo: https://github.com/PyCQA/isort
1011
rev: 5.11.5
1112
hooks:
1213
- id: isort
14+
exclude: '^tests/.*/assets/'
1315
- repo: https://github.com/pre-commit/mirrors-yapf
1416
rev: v0.32.0
1517
hooks:
1618
- id: yapf
1719
args: ["--style={based_on_style: google, column_limit: 200, indent_width: 4}"]
20+
exclude: '^tests/.*/assets/'
1821
# - repo: https://github.com/codespell-project/codespell
1922
# rev: v2.2.1
2023
# hooks:
@@ -37,6 +40,7 @@ repos:
3740
args: [ "--remove" ]
3841
- id: mixed-line-ending
3942
args: [ "--fix=lf" ]
43+
exclude: '^tests/.*/assets/'
4044
- repo: https://github.com/executablebooks/mdformat
4145
rev: 0.7.9
4246
hooks:

bench/data/groundtruth/code_17_csdn.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_1.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_mathjax_latex_2.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_mathjax_latex_3.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_mathjax_latex_4.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_mathjax_latex_5.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_mathjax_latex_6.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bench/data/groundtruth/math_mathjax_latex_7.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)