Skip to content

Commit

Permalink
Add mypy to list of precommit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shengy90 committed Sep 27, 2023
1 parent 6c32235 commit 106c8ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ repos:
args: ["--py37-plus"]
- id: nbqa-isort
args: ["--float-to-top"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.11]

0 comments on commit 106c8ea

Please sign in to comment.