Skip to content

Commit

Permalink
feat(pre-commit): add mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMaurin committed Aug 1, 2022
1 parent ae3da74 commit 2609b66
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:
hooks:
- id: check-manifest
args: [--no-build-isolation]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.971"
hooks:
- id: mypy

0 comments on commit 2609b66

Please sign in to comment.