Skip to content

Commit

Permalink
Merge pull request #152 from KennethEnevoldsen/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
KennethEnevoldsen authored Jul 17, 2023
2 parents bfd2042 + dca0255 commit 808bedb
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 @@ -17,19 +17,19 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.4
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: [--line-length, "88"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.278
hooks:
- id: ruff

Expand Down

1 comment on commit 808bedb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/spacy_wrap
   __init__.py40100% 
   architectures.py150100% 
   pipeline_component_seq_clf.py1091289%101, 133, 150, 213–218, 250, 290–291
   pipeline_component_tok_clf.py1441888%109, 168, 188, 223, 263–269, 318–324, 354, 394–395
   util.py64592%58–63, 93, 98, 127
/opt/hostedtoolcache/Python/3.9.17/x64/lib/python3.9/site-packages/spacy_wrap/layers
   __init__.py00100% 
   clf_transformer_model.py612264%38, 54–67, 136, 152–161
TOTAL3975786% 

Please sign in to comment.