[chore] exclude paddleocr directory from pre-commit hooks
This commit is contained in:
@@ -4,8 +4,10 @@ repos:
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --respect-gitignore, --config=pyproject.toml]
|
||||
exclude: ^texteller/models/thrid_party/paddleocr/
|
||||
- id: ruff-format
|
||||
args: [--config=pyproject.toml]
|
||||
exclude: ^texteller/models/thrid_party/paddleocr/
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
|
||||
Reference in New Issue
Block a user