Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
BeachWang committed Jan 17, 2025
2 parents 8bbefad + 2810875 commit ea903e6
Show file tree
Hide file tree
Showing 47 changed files with 1,844 additions and 850 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ repos:
- id: mixed-line-ending
exclude: thirdparty/
args: [ "--fix=lf" ]
- repo: local
hooks:
- id: build-op-doc
name: build OP doc
entry: python .pre-commit-hooks/build_op_doc.py
language: python
require_serial: true
additional_dependencies:
- googletrans==4.0.2

exclude: |
(?x)^(
Expand Down
Loading

0 comments on commit ea903e6

Please sign in to comment.