Skip to content

Commit

Permalink
updated the pre-commit file
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Dec 21, 2024
1 parent d2660d7 commit 34ac2de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ repos:
hooks:
- id: black
name: Black
entry: poetry run black docling_eval tests docs
entry: poetry run black docling_eval tests docs/examples
pass_filenames: false
language: system
files: '\.py$'
- id: isort
name: isort
entry: poetry run isort docling_eval tests docs
entry: poetry run isort docling_eval tests docs/examples
pass_filenames: false
language: system
files: '\.py$'
Expand All @@ -22,7 +22,7 @@ repos:
# files: '\.py$'
- id: mypy
name: MyPy
entry: poetry run mypy docling_eval tests docs
entry: poetry run mypy docling_eval tests docs/examples
pass_filenames: false
language: system
files: '\.py$'
Expand Down

0 comments on commit 34ac2de

Please sign in to comment.