Skip to content

Commit

Permalink
chore: add missing dependencies in the mypy hook for pre-commit (#9)
Browse files Browse the repository at this point in the history
Add pytest as additional dependency to mypy pre-commit hook.
  • Loading branch information
egparedes authored May 30, 2024
1 parent e0f147a commit e063ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ repos:
- dace==0.15.1
- jax[cpu]==0.4.28
- numpy==1.26.4
- pytest==8.2.1
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
hooks:
Expand Down

0 comments on commit e063ea6

Please sign in to comment.