Skip to content

Commit

Permalink
Merge pull request #68 from KennethEnevoldsen/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
KennethEnevoldsen authored Oct 11, 2022
2 parents 3c489f6 + 886c515 commit 8ea81cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
args: [--in-place]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
language_version: python3.8
Expand All @@ -37,7 +37,7 @@ repos:
- id: darglint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
exclude: dev/

1 comment on commit 8ea81cc

@KennethEnevoldsen
Copy link
Owner Author

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
asent
   __init__.py40100% 
   component.py30197%194
   constants.py60100% 
   data_classes.py92990%34, 41, 51, 85, 92, 99, 131, 138, 145
   getters.py2331594%25, 31, 36, 39, 147, 223, 284, 295, 303, 372, 374, 389, 468, 479, 559
   utils.py19195%42
   visualize.py74495%43–48, 77, 86
asent/lang
   __init__.py60100% 
   autoconstructed.py260100% 
   da.py280100% 
   emoji.py100100% 
   en.py190100% 
   no.py180100% 
   sv.py180100% 
TOTAL5833095% 

Please sign in to comment.