Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Oct 6, 2023
1 parent 11e2e51 commit 9234238
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ repos:
hooks:
- id: reuse
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.2.0
hooks:
- id: mypy
additional_dependencies: [numpy, pandas]
Expand All @@ -25,6 +25,7 @@ repos:
- id: pylint
name: pylint
entry: pylint
files: ^src/.+\.py$
language: system
types: [ python ]
args: [ "--rcfile=pyproject.toml" ]
Expand All @@ -35,4 +36,4 @@ repos:
language: system
pass_filenames: false
always_run: true
args: [ "--cov-fail-under=95" ]
args: [ "--cov-fail-under=99" ]

0 comments on commit 9234238

Please sign in to comment.